-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1010 Bytes
/
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
{
"name": "online-judge",
"version": "1.0.0",
"description": "online_judge",
"main": "server_connection.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samsoldeinstein/online_judge.git"
},
"author": "Shivam Gupta",
"license": "ISC",
"bugs": {
"url": "https://github.com/samsoldeinstein/online_judge/issues"
},
"homepage": "https://github.com/samsoldeinstein/online_judge#readme",
"dependencies": {
"body-parser": "^1.19.0",
"compile-run": "^2.3.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-fileupload": ">=1.1.9",
"express-session": "^1.16.2",
"fs-extra": "^8.1.0",
"memorystore": "^1.6.1",
"mysql": "^2.17.1",
"node-cron": "^2.0.3",
"nodemailer": "^6.3.0",
"path": "^0.12.7",
"unzip": "^0.1.11",
"minimist": ">=0.2.1",
"fstream": ">=1.0.12"
}
}