-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
41 lines (41 loc) · 976 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
39
40
41
{
"name": "JudgeNode",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "redis-cli flushall && ulimit -n 4096 && nodejs ./bin/www"
},
"dependencies": {
"body-parser": "^1.18.3",
"bower": "^1.8.4",
"colors": "~1.1.2",
"connect-redis": "~3.2.0",
"cookie-parser": "~1.3.5",
"csv-parse": "^1.0.0",
"debug": ">=2.6.9",
"ejs": "^2.5.9",
"escape-html": "^1.0.3",
"express": "~4.13.1",
"express-session": "^1.13.0",
"graceful-fs": "^4.1.11",
"i18n": "^0.7.0",
"js-yaml": "^3.12.0",
"marked": "^0.3.19",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"morgan": "~1.6.1",
"multer": "^1.4.1",
"mysql": "^2.16.0",
"node-syntaxhighlighter": "^0.8.1",
"randomstring": "^1.1.4",
"sendmail": "^0.2.1",
"serve-favicon": "~2.3.0",
"socket.io": "^1.3.7",
"swig": "^1.4.2",
"url": "^0.11.0",
"vue": "^1.0.25"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}