-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
40
41
42
43
44
{
"name": "warriors",
"description": "",
"readme": "",
"repository": "",
"version": "0.0.0",
"devDependencies": {
"babelify": "^6.0.1",
"bower": "*",
"browserify": "*",
"del": "*",
"errorify": "^0.2.0",
"gulp": "*",
"gulp-concat": "*",
"gulp-connect": "*",
"gulp-download": "*",
"gulp-if": "*",
"gulp-jade": "^1.0.0",
"gulp-jshint": "*",
"gulp-less": "^3.0.2",
"gulp-minify-css": "*",
"gulp-minify-html": "*",
"gulp-processhtml": "*",
"gulp-rename": "*",
"gulp-sourcemaps": "^1.5.1",
"gulp-streamify": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-watch": "*",
"tiny-lr": "*",
"vinyl-paths": "*",
"vinyl-source-stream": "*",
"watchify": "*",
"gulp-open": "~0.3.2",
"gulp-imagemin": "~2.2.1",
"imagemin-pngquant": "~4.0.0",
"gulp-jscs": "~1.5.1"
},
"scripts": {
"post-install": "node ./node_modules/bower/bin/bower install",
"start": "node ./node_modules/gulp/bin/gulp.js",
"build": "node ./node_modules/gulp/bin/gulp.js build"
}
}