-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 922 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": "ACdreamOnlineJudge",
"version": "1.5.3",
"scripts": {
"start": "node app"
},
"description": "OnlineJudge System Of ACM",
"keywords": ["ACdream", "OnlineJudge", "OJ", "ACM", "ICPC", "Contest", "online judge", "Programming"],
"repository" : {
"type" : "git",
"url" : "https://github.com/KIDx/ACdream"
},
"dependencies": {
"express": "4.x",
"async": "*",
"compression": "*",
"morgan": "*",
"cookie-parser" : "*",
"body-parser": "*",
"multer": "*",
"serve-favicon": "*",
"express-session": "*",
"mongoose": "*",
"jade": "*",
"express-partials": "*",
"verify-code": "*",
"socket.io": "*",
"socket.io-redis": "*",
"gm": "*",
"xss":"*",
"connect-redis": "*",
"grunt": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-nodeunit": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-cssmin": "*"
}
}