-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "hi.nkmun.cn-backend",
"version": "0.1.0",
"description": "Second generation NKMUN registration system backend",
"main": "server.js",
"scripts": {
"server": "bin/hi-nkmun"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NKMUN/hi.nkmun.cn-backend.git"
},
"author": "wacky6",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/NKMUN/hi.nkmun.cn-backend/issues"
},
"homepage": "https://github.com/NKMUN/hi.nkmun.cn-backend#readme",
"dependencies": {
"archiver": "^2.0.3",
"commander": "^2.9.0",
"content-disposition": "^0.5.2",
"csv-stringify": "^1.0.4",
"deep-equal": "^1.0.1",
"jsonwebtoken": "^8.0.1",
"koa": "^2.7.0",
"koa-body": "^4.1.0",
"koa-mongo-sanitize": "github:wacky6/koa-mongo-sanitize",
"koa-router": "^7.1.0",
"mime": "^2.3.1",
"mongodb": "^2.2.22",
"nodemailer": "^4.1.0",
"password-prompt": "^1.0.2",
"sharp": "^0.23.0",
"shortid": "^2.2.6",
"superagent": "^3.7.0",
"winston": "^2.2.0"
},
"devDependencies": {
"eslint": "^4.18.1"
}
}