-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 790 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 790 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
{
"name": "device-ui",
"version": "0.0.0",
"devDependencies": {
"URIjs": "^1.14.1",
"bower": "^1.3.12",
"event-stream": "^3.1.7",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.5.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.2",
"gulp-header": "1.2.2",
"gulp-less": "3.0.1",
"gulp-load-plugins": "^0.8.0",
"gulp-notify": "^2.1.0",
"gulp-size": "^1.2.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-tslint": "^1.4.2",
"gulp-typescript": "^2.3.0",
"gulp-watch": "^3.0.0",
"hawtio-node-backend": "^2.0.5",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.1",
"through2": "^0.6.3",
"underscore.string": "^2.4.0",
"vinyl-map": "^1.0.1",
"which": "^1.0.8",
"wiredep": "^2.2.2"
}
}