forked from cferdinandi/gulp-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 907 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
{
"name": "gulp-boilerplate",
"version": "5.0.0",
"description": "My Gulp.js boilerplate for creating new web projects",
"main": "./dist/js/myplugin.min.js",
"author": {
"name": "Chris Ferdinandi",
"url": "http://gomakethings.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/cferdinandi/Plugin"
},
"devDependencies": {
"gulp": "^3.9.1",
"node-fs": "^0.1.7",
"del": "^2.2.2",
"lazypipe": "^1.0.1",
"gulp-plumber": "^1.1.0",
"gulp-flatten": "^0.3.1",
"gulp-tap": "^0.1.3",
"gulp-rename": "^1.2.2",
"gulp-header": "^1.8.8",
"gulp-footer": "^1.0.5",
"gulp-watch": "^4.3.11",
"gulp-livereload": "^3.8.1",
"jshint": "^2.9.4",
"gulp-jshint": "^2.0.4",
"jshint-stylish": "^2.2.1",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^2.1.2",
"gulp-optimize-js": "^1.1.0",
"gulp-markdown": "^1.2.0",
"gulp-file-include": "^0.14.0"
}
}