node-gamedig/package.json

49 lines
867 B
JSON
Raw Normal View History

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",
2017-08-09 05:55:51 +02:00
"version": "0.2.29",
2014-10-29 08:02:03 +01:00
"repository" : {
"type" : "git",
"url" : "https://github.com/sonicsnes/node-gamedig.git"
},
"bugs" : {
"url" : "https://github.com/sonicsnes/node-gamedig/issues"
},
2017-03-14 09:40:02 +01:00
"license" : "MIT",
"engines" : {
"node" : ">=4.0.0"
},
2014-10-29 08:02:03 +01:00
"dependencies": {
"iconv-lite": "~0.4.6",
"long": "~2.2.3",
"async": "~0.9.0",
"compressjs": "~1.0.2",
2014-10-29 08:02:03 +01:00
"gbxremote": "~0.1.4",
"request": "~2.74.0",
"minimist": "~1.1.0",
2015-01-18 08:38:45 +01:00
"varint": "~4.0.0",
"moment": "~2.9.0"
2014-10-29 08:02:03 +01:00
},
"bin": {
"gamedig": "bin/gamedig.js"
},
"files": [
"bin/gamedig.js",
"lib/",
"protocols/",
"games.txt",
"LICENSE",
"README.md"
]
2014-10-29 08:02:03 +01:00
}