-
Notifications
You must be signed in to change notification settings - Fork 3.1k
/
package.json
73 lines (73 loc) · 1.75 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
70
71
72
73
{
"name": "nodeclub",
"version": "2.1.1",
"private": true,
"main": "app.js",
"description": "A Node.js bbs using MongoDB",
"repository": "https://github.com/cnodejs/nodeclub",
"dependencies": {
"async": "1.5.2",
"bcryptjs": "2.3.0",
"body-parser": "1.17.1",
"bytes": "^2.2.0",
"colors": "1.1.2",
"compression": "1.7.0",
"connect-busboy": "0.0.2",
"connect-redis": "3.0.2",
"cookie-parser": "1.4.1",
"cors": "2.7.1",
"csurf": "1.8.3",
"data2xml": "1.2.4",
"ejs-mate": "2.3.0",
"eventproxy": "1.0.0",
"express": "4.16.0",
"express-session": "1.12.1",
"helmet": "1.3.0",
"ioredis": "2.0.0",
"jpush-sdk": "3.3.2",
"loader-builder": "2.4.1",
"loader": "2.1.1",
"lodash": "4.17.21",
"log4js": "^0.6.29",
"markdown-it": "6.0.0",
"memory-cache": "0.1.4",
"method-override": "2.3.5",
"moment": "2.15.2",
"mongoose": "5.3.9",
"multiline": "1.0.2",
"node-uuid": "1.4.7",
"nodemailer": "2.3.0",
"nodemailer-smtp-transport": "2.4.0",
"oneapm": "1.2.20",
"passport": "0.3.2",
"passport-github": "1.1.0",
"pm2": "*",
"qn": "1.3.0",
"ready": "0.1.1",
"request": "2.81.0",
"response-time": "2.3.1",
"superagent": "2.0.0",
"utility": "1.6.0",
"validator": "5.1.0",
"xmlbuilder": "7.0.0",
"xss": "0.2.10",
"snyk": "^1.88.0"
},
"devDependencies": {
"errorhandler": "1.4.3",
"istanbul": "0.4.2",
"loader-connect": "1.0.1",
"mm": "1.3.5",
"mocha": "2.4.5",
"nock": "7.5.0",
"pedding": "1.0.0",
"should": "8.3.0",
"supertest": "1.2.0"
},
"scripts": {
"test": "make test",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}