-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.61 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
{
"name": "nodeclub-koa2",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "mocha --recursive",
"build": "./node_modules/loader-builder/bin/builder views .",
"start": "pm2 start app.js --name Nodeclub --env production"
},
"author": "",
"license": "ISC",
"dependencies": {
"art-template": "^4.13.2",
"bcrypt": "^3.0.6",
"bytes": "^3.1.0",
"colors": "^1.3.3",
"data2xml": "^1.3.1",
"eventproxy": "^1.0.0",
"ioredis": "^4.9.3",
"koa": "^2.7.0",
"koa-art-template": "^1.1.1",
"koa-body": "^4.1.0",
"koa-compress": "^3.0.0",
"koa-csrf": "^3.0.7",
"koa-helmet": "^4.2.0",
"koa-onerror": "^4.1.0",
"koa-passport": "^4.1.3",
"koa-response-time": "^2.1.0",
"koa-router": "^7.4.0",
"koa-session": "^5.12.0",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"koa2-ratelimit": "^0.9.0",
"loader": "^2.1.1",
"lodash": "^4.17.11",
"log4js": "^4.1.0",
"markdown-it": "^8.4.2",
"moment": "^2.24.0",
"mongoose": "^5.5.11",
"node-uuid": "^1.4.8",
"nodemailer": "^6.1.1",
"nodemailer-smtp-transport": "^2.7.4",
"passport-github2": "^0.1.11",
"pedding": "^1.1.0",
"qn": "^1.3.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"strip-indent": "^3.0.0",
"utility": "^1.16.1",
"validator": "^10.11.0",
"xmlbuilder": "^13.0.1",
"xss": "^1.0.6"
},
"devDependencies": {
"loader-builder": "^2.6.1",
"mm": "^2.5.0",
"mocha": "^6.1.4",
"nock": "^10.0.6",
"pm2": "^3.5.1",
"should": "^13.2.3",
"supertest": "^4.0.2"
}
}