-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 889 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": "spb2016",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.3",
"express": "^4.13.3",
"knex": "^0.8.6",
"morgan": "^1.6.1",
"mysql2": "^0.15.8",
"nunjucks": "^2.0.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"browserify": "^12.0.1",
"del": "^2.1.0",
"express-promise": "^0.4.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^1.0.0",
"gulp-requirejs": "^0.1.3",
"gulp-rev-all": "^0.8.22",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}