-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 856 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
{
"name": "gae_angular_example",
"description": "gae_angular_example",
"version": "0.0.1",
"scripts": {
"postinstall": "bower install --config.interactive=false"
},
"devDependencies": {
"gulp": ">=3.8.9",
"gulp-autoprefixer": "0.0.7",
"gulp-changed": "~0.3.0",
"gulp-compass": "~1.1.9",
"gulp-concat": "~2.2.0",
"gulp-connect": "~2.0.6",
"gulp-filelog": "~0.2.0",
"gulp-ignore": "^1.2.1",
"gulp-minify-css": "~0.3.4",
"gulp-minify-html": "~0.1.3",
"gulp-ng-annotate": "^0.3.3",
"gulp-ng-html2js": "~0.1.7",
"gulp-rename": "~1.2.0",
"gulp-rev": "~0.4.0",
"gulp-shell": "~0.2.9",
"gulp-size": "~0.3.1",
"gulp-uglify": "~0.3.0",
"lazypipe": "~0.2.1",
"main-bower-files": "~2.0.0",
"merge-stream": "~0.1.1",
"open": "0.0.5",
"run-sequence": "~0.3.6"
}
}