-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
68 lines (68 loc) · 1.54 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
{
"name": "nodeclub",
"version": "2.0.0",
"private": true,
"main": "app.js",
"description": "A Node.js bbs using MongoDB",
"repository": "https://github.com/cnodejs/nodeclub",
"customHost": [
"cnodejs.org",
"club.cnodejs.org"
],
"engines": {
"node": "0.12.x"
},
"dependencies": {
"async": "0.9.0",
"bcrypt": "0.8.1",
"body-parser": "1.9.2",
"compression": "1.2.0",
"connect-busboy": "0.0.1",
"connect-mongo": "0.8.2",
"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.9.1",
"loader": "0.1.4",
"lodash": "2.4.1",
"markdown-it": "3.0.3",
"memory-cache": "0.0.5",
"method-override": "1.0.2",
"moment": "2.9.0",
"mongoose": "3.8.23",
"multiline": "1.0.1",
"newrelic": "1.16.1",
"node-uuid": "1.4.1",
"nodemailer": "1.8.0",
"nodemailer-smtp-transport": "1.0.3",
"passport": "0.1.18",
"passport-github": "0.1.5",
"pm2": "0.12.7",
"qn": "1.0.1",
"ready": "0.1.1",
"response-time": "2.2.0",
"utility": "1.0.0",
"validator": "3.22.1",
"xmlbuilder": "2.5.0",
"xss": "0.1.15",
"jpush-sdk": "3.2.0"
},
"devDependencies": {
"coveralls": "2.11.2",
"errorhandler": "1.2.2",
"istanbul": "0.3.2",
"mm": "0.2.1",
"mocha": "2.0.1",
"nock": "0.48.1",
"pedding": "1.0.0",
"should": "4.1.0",
"supertest": "0.14.0"
},
"scripts": {
"test": "make test"
}
}