forked from cnodejs/nodeclub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.6 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "nodeclub",
"version": "2.1.0",
"private": true,
"main": "app.js",
"description": "A Node.js bbs using MongoDB",
"repository": "https://github.com/cnodejs/nodeclub",
"engines": {
"node": "0.12.x"
},
"dependencies": {
"async": "0.9.0",
"bcryptjs": "2.3.0",
"body-parser": "1.9.2",
"colors": "1.1.0",
"compression": "1.2.0",
"connect-busboy": "0.0.1",
"connect-redis": "3.0.1",
"cookie-parser": "1.3.3",
"cors": "2.5.0",
"csurf": "1.6.2",
"data2xml": "0.8.0",
"ejs-mate": "2.0.0",
"eventproxy": "0.3.1",
"express": "4.9.5",
"express-session": "1.12.1",
"helmet": "~0.9.1",
"ioredis": "1.3.6",
"jpush-sdk": "3.2.0",
"loader": "0.1.4",
"lodash": "3.6.0",
"markdown-it": "3.0.3",
"memory-cache": "0.1.4",
"method-override": "1.0.2",
"moment": "2.9.0",
"mongoose": "4.2.5",
"multiline": "1.0.1",
"node-uuid": "1.4.4",
"nodemailer": "1.9.0",
"nodemailer-smtp-transport": "1.0.4",
"oneapm": "1.2.12",
"passport": "0.3.2",
"passport-github": "0.1.5",
"pm2": "0.15.10",
"qn": "1.0.1",
"ready": "0.1.1",
"request": "2.54.0",
"response-time": "2.2.0",
"superagent": "1.1.0",
"utility": "1.0.0",
"validator": "4.2.1",
"xmlbuilder": "4.0.0",
"xss": "0.1.15"
},
"devDependencies": {
"coveralls": "2.11.4",
"errorhandler": "1.2.2",
"istanbul": "0.3.2",
"mm": "0.2.1",
"mocha": "2.0.1",
"nock": "2.17.0",
"pedding": "1.0.0",
"should": "4.1.0",
"supertest": "0.14.0"
},
"scripts": {
"test": "make test"
}
}