This repository was archived by the owner on Dec 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.67 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.67 KB
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": "zoj",
"version": "17.0.3",
"description": "A powerful manage system for OI",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZhangZisu/ZenOnlineJudge.git"
},
"author": "ZhangZisu",
"bugs": {
"url": "https://github.com/ZhangZisu/ZenOnlineJudge/issues"
},
"homepage": "https://zhangzisu.cn",
"dependencies": {
"ansi-to-html": "^0.6.4",
"async-lock": "^1.1.2",
"body-parser": "^1.15.2",
"cli-color": "^1.2.0",
"codeforces-rating-system": "^1.4.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"cssfilter": "0.0.10",
"csurf": "^1.9.0",
"dompurify": "^1.0.4",
"download": "^7.0.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.14.1",
"file-size": "^1.0.0",
"fs-extra": "^7.0.1",
"gravatar": "^1.5.2",
"jsdom": "^13.0.0",
"jsonwebtoken": "^8.2.1",
"locale": "^0.1.0",
"marked": "^0.5.2",
"moment": "^2.22.1",
"multer": "^1.2.0",
"mysql2": "^1.5.3",
"node-7z": "^1.0.0",
"node-console-input": "^1.1.1",
"node-xlsx": "^0.12.0",
"nodemailer": "^4.6.4",
"os": "^0.1.1",
"randomstring": "^1.1.5",
"request": "^2.85.0",
"request-promise": "^4.1.1",
"sequelize": "^4.37.7",
"session-file-store": "^1.0.0",
"socket.io": "^2.1.0",
"socket.io-stream": "^0.9.1",
"tmp-promise": "^1.0.3",
"zoj-contest-fetcher": "0.0.3"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"ejs-lint": "^0.3.0",
"eslint": "^5.10.0",
"gulp": "^4.0.0"
},
"optionalDependencies": {
"sqlite3": "^4.0.0",
"tedious": "^3.0.1"
}
}