-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 908 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
{
"name": "express4",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"array-norepeat": "0.0.2",
"array-uniq": "~1.0.2",
"bcrypt": "~0.8.2",
"body-parser": "~1.12.0",
"connect-mongo": "~0.8.0",
"connect-redis": "~2.2.0",
"cookie-parser": "~1.3.4",
"crypto": "0.0.3",
"csurf": "~1.8.0",
"debug": "~2.1.1",
"dedupe": "~1.0.1",
"ejs": "~2.3.1",
"eventproxy": "~0.3.2",
"express": "~4.12.2",
"express-session": "~1.11.1",
"formidable": "~1.0.17",
"jade": "~1.9.2",
"moment": "~2.10.2",
"mongoose": "~4.0.1",
"morgan": "~1.5.1",
"multer": "~0.1.8",
"pingpp": "^2.0.2",
"qiniu": "~6.1.6",
"redis": "~0.12.1",
"request": "~2.55.0",
"serve-favicon": "~2.2.0",
"socket.io": "~1.3.5",
"underscore": "~1.8.3",
"xss-escape": "0.0.6"
}
}