-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 989 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": "systemops",
"version": "0.0.1",
"description": "rocket department web project starter kit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andy Axton",
"license": "ISC",
"devDependencies": {
"babelify": "^6.0.2",
"body-parser": "~1.1.2",
"browser-sync": "^2.5.3",
"browserify": "~3.36.0",
"express": "~4.1.1",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^2.0.0",
"gulp-changed": "^1.0.0",
"gulp-combine-media-queries": "^0.2.0",
"gulp-filesize": "0.0.6",
"gulp-filter": "^1.0.2",
"gulp-imagemin": "^1.0.1",
"gulp-minify-css": "^0.3.11",
"gulp-nodemon": "~1.0.2",
"gulp-notify": "^2.2.0",
"gulp-open": "~0.2.8",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "~0.7.1",
"gulp-uglify": "^1.0.1",
"psi": "^0.1.5",
"reactify": "^1.1.0",
"vinyl-source-stream": "~0.1.1",
"watchify": "~0.10.1"
}
}