forked from gamedig/node-gamedig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 861 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
44
45
46
47
48
{
"name": "gamedig",
"description": "Query for the status of any game server in Node.JS",
"tags": [
"srcds",
"query",
"game",
"utility",
"util",
"server"
],
"main": "lib/index.js",
"author": "Michael Morrison",
"version": "1.0.47",
"repository": {
"type": "git",
"url": "https://github.com/sonicsnes/node-gamedig.git"
},
"bugs": {
"url": "https://github.com/sonicsnes/node-gamedig/issues"
},
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"async": "^0.9.2",
"compressjs": "^1.0.2",
"gbxremote": "^0.1.4",
"iconv-lite": "^0.4.18",
"long": "^2.4.0",
"minimist": "^1.2.0",
"moment": "^2.21.0",
"request": "^2.85.0",
"varint": "^4.0.1"
},
"bin": {
"gamedig": "bin/gamedig.js"
},
"files": [
"bin/gamedig.js",
"lib/",
"protocols/",
"games.txt",
"LICENSE",
"README.md"
]
}