-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 886 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
42
43
{
"name": "ql-stats",
"preferGlobal": false,
"version": "0.0.1",
"author": "rulex <[email protected]>",
"description": "Collects game stats from quakelive.com",
"contributors": [],
"scripts": {
"start": "node ./api.js",
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/rulex/ql-stats.git"
},
"keywords": [
"quake",
"quakelive",
"statistics",
"http",
"server"
],
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.8.3",
"cheerio": "^0.17.0",
"commander": "^2.3.0",
"compression": "^1.1.0",
"express": "^4.9.4",
"glicko2": "^0.7.4",
"graceful-fs": "^3.0.2",
"log4js": "^0.6.21",
"morgan": "^1.3.1",
"mysql": "^2.5.0",
"mysql2": "^0.12.5",
"q": "^1.0.1",
"request": "^2.44.0"
},
"license": "GPL",
"engines": {
"node": ">=0.10"
}
}