-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "angular-grunt",
"private": true,
"version": "0.0.1",
"engines": {
"node": ">=6.2.1"
},
"devDependencies": {
"connect-modrewrite": "^0.10.1",
"grunt": "~1.0.1",
"grunt-banner": "^0.6.0",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-cssmin": "^0.12.0",
"grunt-contrib-htmlmin": "~2.3.0",
"grunt-contrib-imagemin": "1.0.0",
"grunt-contrib-uglify": "~2.2.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-file-hash": "^0.1.6",
"grunt-ng-annotate": "^1.0.1",
"grunt-remove-logging": "^0.2.0",
"grunt-svgmin": "^2.0.0",
"grunt-usemin": "^3.0.0",
"grunt-webfont": "^1.6.0",
"grunt-wiredep": "^2.0.0",
"jit-grunt": "^0.9.1",
"jshint-stylish": "^1.0.0",
"time-grunt": "^1.0.0"
},
"dependencies": {
"angular-cookies": "^1.4.7",
"serve-static": "^1.11.1"
}
}