2013-07-10 12:20:57 +02:00
|
|
|
{
|
2013-07-10 12:28:24 +02:00
|
|
|
"name": "gamedig",
|
2013-07-10 12:20:57 +02:00
|
|
|
"description": "Query for the status of any game server in Node.JS",
|
|
|
|
"tags": [
|
|
|
|
"srcds",
|
|
|
|
"query",
|
|
|
|
"game",
|
|
|
|
"utility",
|
|
|
|
"util",
|
|
|
|
"server"
|
|
|
|
],
|
2014-01-31 23:27:52 +01:00
|
|
|
"main": "lib/index.js",
|
2013-07-10 12:20:57 +02:00
|
|
|
"author": "Michael Morrison",
|
2014-02-01 00:39:58 +01:00
|
|
|
"version": "0.2.0",
|
2013-07-10 12:20:57 +02:00
|
|
|
"repository" : {
|
|
|
|
"type" : "git",
|
|
|
|
"url" : "https://github.com/sonicsnes/node-gamedig.git"
|
|
|
|
},
|
|
|
|
"bugs" : {
|
|
|
|
"url" : "https://github.com/sonicsnes/node-gamedig/issues"
|
|
|
|
},
|
|
|
|
"licenses" : [
|
|
|
|
{
|
|
|
|
"type" : "MIT",
|
|
|
|
"url" : "https://raw.github.com/sonicsnes/node-gamedig/master/LICENSE"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2014-01-31 23:27:52 +01:00
|
|
|
"iconv-lite": "~0.2.11",
|
|
|
|
"long": "~1.1.2",
|
|
|
|
"async": "~0.2.10",
|
|
|
|
"compressjs": "~1.0.1",
|
|
|
|
"gbxremote": "~0.1.4",
|
|
|
|
"request": "~2.33.0",
|
|
|
|
"optimist": "~0.6.0",
|
|
|
|
"varint": "~1.0.0"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"gamedig": "bin/gamedig.js"
|
2013-07-10 12:20:57 +02:00
|
|
|
}
|
|
|
|
}
|