forked from pleerock/ngx-select-controls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.09 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "ng2-select-controls",
"version": "0.0.1",
"description": "Advanced select, checkbox and radio controls.",
"license": "MIT",
"readmeFilename": "README.md",
"private": true,
"author": {
"name": "Umed Khudoiberdiev",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/pleerock/ng2-select-controls.git"
},
"bugs": {
"url": "https://github.com/pleerock/ng2-select-controls/issues"
},
"tags": [
"checkbox-group",
"radio-group",
"autocomplete",
"select",
"select2",
"tags",
"tags-input",
"multiselect",
"multiselect-dropdown",
"dropdown",
"dropdown-select",
"angular2",
"typescript",
"angular2-autocomplete",
"angular2-checkbox",
"angular2-checkbox-group",
"angular2-radio",
"angular2-radio-group",
"angular2-tags",
"angular2-tags-input",
"angular2-select",
"angular2-select2",
"angular2-dropdown",
"angular2-multiselect",
"angular2-multiselect-dropdown",
"angular2-dropdown-select"
],
"peerDependencies": {
"@angular/core": "^2.0.0-rc.1",
"@angular/forms": "^0.2.0"
},
"devDependencies": {
"@angular/common": "^2.0.0-rc.4",
"@angular/compiler": "^2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "^0.2.0",
"@angular/http": "^2.0.0-rc.4",
"@angular/platform-browser": "^2.0.0-rc.4",
"@angular/platform-browser-dynamic": "^2.0.0-rc.4",
"bootstrap": "^3.3.6",
"chai": "^3.4.1",
"del": "^2.2.0",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.1",
"gulp-tslint": "^4.3.1",
"gulpclass": "^0.1.0",
"mocha": "^2.3.2",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.6",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"systemjs": "0.19.27",
"tslint": "^3.3.0",
"tslint-stylish": "^2.1.0-beta",
"typescript": "^1.8.2",
"typings": "^0.6.6",
"zone.js": "^0.6.12"
},
"dependencies": {
"ng2-dropdown": "^0.0.9"
}
}