2014-10-29 08:02:03 +01:00
|
|
|
{
|
|
|
|
"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",
|
2019-01-06 21:10:46 +01:00
|
|
|
"version": "1.0.48",
|
2017-08-09 05:59:13 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sonicsnes/node-gamedig.git"
|
2014-10-29 08:02:03 +01:00
|
|
|
},
|
2017-08-09 05:59:13 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/sonicsnes/node-gamedig/issues"
|
2014-10-29 08:02:03 +01:00
|
|
|
},
|
2017-08-09 05:59:13 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
2017-08-09 11:10:56 +02:00
|
|
|
"node": ">=6.0.0"
|
2017-03-14 09:40:02 +01:00
|
|
|
},
|
2014-10-29 08:02:03 +01:00
|
|
|
"dependencies": {
|
2017-08-09 06:04:10 +02:00
|
|
|
"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",
|
2018-03-18 06:56:01 +01:00
|
|
|
"moment": "^2.21.0",
|
|
|
|
"request": "^2.85.0",
|
2017-08-09 06:04:10 +02:00
|
|
|
"varint": "^4.0.1"
|
2014-10-29 08:02:03 +01:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"gamedig": "bin/gamedig.js"
|
2015-01-18 03:35:28 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bin/gamedig.js",
|
|
|
|
"lib/",
|
|
|
|
"protocols/",
|
|
|
|
"games.txt",
|
|
|
|
"LICENSE",
|
|
|
|
"README.md"
|
|
|
|
]
|
2014-10-29 08:02:03 +01:00
|
|
|
}
|