-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 KB
/
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
43
44
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^2.9.34",
"body-parser": "^1.15.2",
"connect-busboy": "^0.0.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.8.2",
"cookie-parser": "~1.3.5",
"crypto": "0.0.3",
"debug": "~2.2.0",
"errorhandler": "^1.4.3",
"eventproxy": "^0.3.4",
"express": "^4.14.0",
"express-generator": "^4.13.4",
"express-session": "^1.14.1",
"fs": "^0.0.1-security",
"lodash": "^3.10.1",
"method-override": "^2.3.6",
"moment": "^2.18.1",
"mongoose": "^4.6.4",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"node": "^0.0.0",
"path": "^0.12.7",
"serve-favicon": "^2.3.0",
"serve-static": "^1.12.1",
"socket.io": "^1.5.1",
"ueditor": "^1.1.1",
"underscore": "^1.8.3",
"validation": "0.0.1"
},
"devDependencies": {
"pug": "^2.0.0-beta.12"
}
}