-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1023 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
39
40
41
42
{
"name": "poc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "William Yang",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.1",
"chalk": "^1.1.3",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.2.0",
"consolidate": "^0.14.1",
"cookie-parser": "^1.4.3",
"express": "^4.13.4",
"express-restify-mongoose": "^4.0.2",
"express-session": "^1.13.0",
"glob": "^7.0.3",
"helmet": "^2.1.0",
"lodash": "^4.13.1",
"lusca": "^1.4.1",
"method-override": "^2.3.6",
"mongoose": "^4.4.19",
"morgan": "^1.7.0",
"serve-favicon": "^2.3.0",
"superagent": "^2.0.0",
"swig": "^1.4.2",
"winston": "^2.2.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-nodemon": "^2.0.6",
"nodemon": "^1.9.1",
"run-sequence": "^1.1.5"
}
}