forked from JudgeGirl/JudgeNode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 901 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 901 Bytes
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
{
"name": "JudgeNode",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodejs ./bin/www"
},
"dependencies": {
"body-parser": "^1.13.3",
"bower": "^1.7.7",
"cookie-parser": "~1.3.5",
"csv-parse": "^1.0.0",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"escape-html": "^1.0.3",
"express": "~4.13.1",
"express-session": "^1.13.0",
"graceful-fs": "^4.1.6",
"i18n": "^0.7.0",
"js-yaml": "^3.5.3",
"marked": "^0.3.5",
"mkdirp": "^0.5.1",
"moment": "^2.11.2",
"morgan": "~1.6.1",
"multer": "^1.0.3",
"mysql": "^2.10.2",
"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",
"colors": "~1.1.2"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}