forked from Knighton910/Keystone-Express
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 666 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 666 Bytes
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
{
"name": "water",
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "^1.4.2",
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"dotenv": "^1.1.0",
"express": "^4.13.3",
"keystone": "^0.3.14",
"multer": "0.1.8",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"gulp": "^3.7.0",
"gulp-jshint": "^1.9.0",
"jshint-stylish": "^0.1.3",
"gulp-shell": "^0.4.3",
"gulp-watch": "^0.6.5"
},
"engines": {
"node": ">=0.10.22",
"npm": ">=1.3.14"
},
"scripts": {
"start": "node app.js"
},
"main": "keystone.js"
}