-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 864 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
{
"name": "qlstats-feeder-mini",
"version": "2.0.0",
"description": "Quake Live stats tracker. Connects to QL game server ZMQ stats ports, saves match results as .json.gz, uploads reformatted match results to the python HTTP server",
"license": "MIT",
"author": {
"name": "Horst Beham (aka PredatH0r)",
"email": "predath0r@gmx.at"
},
"contributors": [
"Eugene Molotov <eugene.molotov@yandex.ru> (https://em92.github.io)"
],
"repository": {
"type": "git",
"url": "https://github.com/em92/qlstats-feeder-mini.git"
},
"dependencies": {
"@cypress/request": "2.88.12",
"body-parser": "1.20.3",
"events": "2.0.0",
"express": "4.18.2",
"graceful-fs": "4.1.11",
"log4js": "0.6.38",
"q": "1.2.0",
"semver": "7.5.4",
"zeromq": "5.3.1"
},
"devDependencies": {
"es6-promise": "4.2.4"
}
}