-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 922 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
38
{
"name": "backbone2",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"jade": "~1.11.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"backbone": "^1.3.3",
"express-rest": "^1.0.4",
"gulp": "^3.9.1",
"gulp-browser": "^3.0.2",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^4.0.0",
"gulp-js-prettify": "^0.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-sequence": "^0.4.5",
"gulp-watch": "^4.3.9",
"gulp-wrap": "^0.13.0",
"handlebars": "^4.0.5",
"handlebars-form-helpers": "^0.1.3",
"hbsfy": "^2.7.0",
"jquery": "^3.1.0"
}
}