-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 767 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 767 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": "ngWP",
"version": "1.0.0",
"author": {
"name": "Brad Williams",
"url": "http://twitter.com/braginteractive"
},
"devDependencies": {
"gulp": "^3.8.6",
"gulp-autoprefixer": "^2.2.0",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.3.3",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-connect": "^2.2.0",
"gulp-include": "^1.1.1",
"gulp-jshint": "^1.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-ng-annotate": "^0.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^0.4.5",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4",
"gulp-wrap": "^0.11.0",
"gulp-zip": "^3.0.2",
"jshint-stylish": "^1.0.2"
}
}