forked from ourfourwalls/game-server-query
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.36 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.36 KB
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
50
51
52
53
54
55
56
57
58
{
"name": "gamequery",
"description": "Game server query tools for Node.JS",
"keywords": [
"srcds",
"query",
"game",
"gameserver",
"server",
"serverquery",
"game server query",
"server query",
"gamequery",
"game protocol"
],
"main": "lib/index.js",
"author": "Kurt Stolle",
"version": "1.0.15",
"lisence": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kurt-stolle/node-gamequery.git"
},
"bugs": {
"url": "https://github.com/kurt-stolle/node-gamequery/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/kurt-stolle/node-gamequery/blob/master/LICENSE"
}],
"dependencies": {
"assert": "^1.4.1",
"async": "~0.9.0",
"compressjs": "~1.0.2",
"gbxremote": "~0.1.4",
"iconv-lite": "~0.4.6",
"long": "~2.2.3",
"minimist": "~1.1.0",
"moment": "~2.17.1",
"request": "~2.81.0",
"varint": "~4.0.0",
"vows": "^0.8.1"
},
"bin": {
"gamequery": "bin/gamequery.js"
},
"scripts": {
"test": "vows test/index.js --spec"
},
"files": [
"bin/gamequery.js",
"lib/",
"protocols/",
"games.txt",
"LICENSE",
"README.md"
]
}