node-gamedig/package.json

37 lines
754 B
JSON
Raw Normal View History

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"
],
"main": "index.js",
"author": "Michael Morrison",
2013-07-12 13:33:38 +02:00
"version": "0.1.2",
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": {
2013-07-10 14:20:05 +02:00
"iconv-lite": ">=0.2.10",
2013-07-10 12:25:38 +02:00
"bignum": ">=0.6.1",
"async": ">=0.2.9",
"compressjs": ">=1.0.0",
2013-07-12 13:31:01 +02:00
"gbxremote": "git://github.com/sonicsnes/node-gbxremote.git",
2013-07-10 17:47:23 +02:00
"request": ">=2.22.0"
2013-07-10 12:20:57 +02:00
}
}