forked from aonsolutions/aon-combo-box
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 917 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 917 Bytes
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
{
"name": "aon-combo-box",
"version": "1.0.0",
"devDependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/forms": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "^2.0.0",
"@vaadin/angular2-polymer": "^1.0.0-beta4",
"bower": "latest",
"chalk": "^1.1.1",
"es6-shim": "^0.35.0",
"gulp": "latest",
"gulp-html-extract": "^0.1.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.0",
"gulp-typings": "^1.3.4",
"jshint": "^2.8.0",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.27",
"web-component-tester": "4.0.3",
"yargs": "^3.27.0",
"zone.js": "^0.6.17"
},
"scripts": {
"install": "node_modules/.bin/bower install --allow-root"
}
}