-
Notifications
You must be signed in to change notification settings - Fork 195
/
package.json
35 lines (35 loc) · 905 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
{
"name": "trained-to-thrill",
"scripts": {
"test": "gulp build --production",
"build": "gulp build --production",
"serve": "gulp serve"
},
"private": true,
"devDependencies": {
"browser-sync": "^2.6.1",
"browserify": "^9.0.8",
"del": "^1.1.1",
"es6-promise": "^2.0.1",
"gulp": "^3.8.11",
"gulp-filter": "^2.0.2",
"gulp-htmlmin": "^1.1.1",
"gulp-load-plugins": "^0.10.0",
"gulp-sass": "^2.2.0",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.1",
"gulp-swig": "^0.7.4",
"gulp-util": "^3.0.4",
"handlebars": "^3.0.1",
"hbsfy": "^2.2.1",
"merge-stream": "^0.1.7",
"run-sequence": "^1.0.2",
"serviceworker-cache-polyfill": "^3.0.0",
"through2": "^0.6.5",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0",
"whatwg-fetch": "^0.7.0"
}
}