-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.23 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
43
44
45
46
47
48
49
{
"name": "nbut-online-judge-v3-web",
"version": "3.0.0",
"description": "Ningbo University of Technology Online Judge System V3 Web.",
"main": "oj.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XadillaX/nbut-online-judge-v3-web.git"
},
"keywords": [
"Online Judge System"
],
"author": "XadillaX <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/XadillaX/nbut-online-judge-v3-web/issues"
},
"homepage": "https://github.com/XadillaX/nbut-online-judge-v3-web#readme",
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.14.1",
"colors": "^1.1.2",
"config": "^1.17.1",
"cookie-parser": "^1.4.1",
"ejs": "^2.3.4",
"exmcached-session": "^1.1.1",
"express": "^4.13.3",
"express-session": "^1.13.0",
"gulp-load-plugins": "^1.1.0",
"gulp-size": "^2.0.0",
"html-minifier": "^1.0.0",
"jade": "^1.11.0",
"md5-hex": "^1.2.1",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"sugar": "^1.4.1",
"toshihiko": "^0.7.2",
"winston": "^2.1.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-less": "^3.0.5",
"jsxhint": "^0.15.1",
"mocha": "^2.3.4"
}
}