-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "ng2-label-multiselect",
"version": "1.0.0",
"description": "Label multiselect library for Angular 2",
"main": "lib/index.js",
"scripts": {
"prepublish": "tsc",
"postinstall": "typings install",
"typings": "typings",
"test": "exit 0",
"lint:ts": "tslint \"src/**/*.ts\"",
"bump:patch": "npm version patch -m \"%s [skip ci]\"",
"bump:minor": "npm version minor -m \"%s [skip ci]\"",
"bump:major": "npm version major -m \"%s [skip ci]\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndyMeps/ng2-label-multiselect.git"
},
"keywords": [
"angular",
"2",
"library",
"label",
"multiselect",
"select",
"option",
"bootstrap"
],
"author": "Andy Mepham",
"license": "MIT",
"bugs": {
"url": "https://github.com/AndyMeps/ng2-label-multiselect/issues"
},
"homepage": "https://github.com/AndyMeps/ng2-label-multiselect#readme",
"dependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/compiler-cli": "^0.6.2",
"@angular/core": "^2.0.0",
"@angular/forms": "^2.0.0",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.12",
"systemjs": "^0.19.38",
"zone.js": "^0.6.23"
},
"devDependencies": {
"concurrently": "^2.2.0",
"lite-server": "^2.2.2",
"tslint": "^3.15.1",
"typescript": "^2.0.0",
"typings": "^1.3.3"
}
}