-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 876 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
{
"private": true,
"name": "space-burn",
"version": "0.1.0",
"author": "Amaan Cheval <amaan.cheval@gmail.com>",
"repository": "AmaanC/space-burn",
"devDependencies": {
"browserify": "^5.10.0",
"bundle-collapser": "^1.1.0",
"chalk": "^0.5.1",
"commander": "^2.3.0",
"express": "^4.8.0",
"gulp": "^3.8.7",
"gulp-buffer": "0.0.2",
"gulp-concat": "^2.3.4",
"gulp-cssmin": "^0.1.6",
"gulp-eslint": "^0.1.8",
"gulp-htmlmin": "^0.1.3",
"gulp-if": "^1.2.4",
"gulp-less": "^1.3.3",
"gulp-micro": "^1.0.0",
"gulp-size": "^1.0.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-zip": "^1.0.0",
"rimraf": "^2.2.8",
"vinyl-source-stream": "^0.1.1"
},
"scripts": {
"build": "gulp build --prod",
"dist": "gulp dist",
"start": "gulp watch serve",
"test": "gulp lint"
}
}