-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1012 Bytes
/
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
{
"name": "ngm-reportHub",
"version": "0.0.1",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "2.3.1",
"gulp-cache": "^0.2.10",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.7.0",
"gulp-filter": "^2.0.2",
"gulp-flatten": "^0.2.0",
"gulp-html-replace": "^1.5.5",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^2.0.2",
"gulp-minify-css": "^1.2.0",
"gulp-ng-annotate": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^5.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-uglify": "^1.2.0",
"gulp-uglify-es": "^1.0.4",
"gulp-useref": "^3.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^5.0.1",
"jshint-stylish": "^1.0.0",
"lazypipe": "^0.2.4",
"open": "^7.0.2",
"rimraf": "^2.4.0",
"run-sequence": "^1.1.1",
"wiredep": "^4.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {}
}