-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 785 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 785 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
33
34
35
{
"name": "foolshop",
"version": "1.0.0",
"engines": {
"node": "0.12.4"
},
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.11.0",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.2.0"
},
"dependencies": {
"body-parser": "^1.12.4",
"bower": "^1.4.1",
"cookie-parser": "^1.3.5",
"ejs": "^2.3.1",
"express": "^4.12.4",
"express-load": "^1.1.14",
"express-session": "^1.11.3",
"helmet": "^0.10.0",
"mongo-sanitize": "^1.0.0",
"mongoose": "4.0.0",
"mongoose-auto-increment": "^4.0.0",
"multer": "^1.0.1"
}
}