node-gamedig/package.json

54 lines
1.2 KiB
JSON
Raw Normal View History

2014-10-29 08:02:03 +01:00
{
2019-10-15 21:48:42 +02: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",
2020-07-05 05:20:42 +02:00
"author": "GameDig Contributors",
2020-07-05 06:30:43 +02:00
"version": "2.0.21",
2019-10-15 21:48:42 +02:00
"repository": {
"type": "git",
2020-07-05 05:20:42 +02:00
"url": "https://github.com/gamedig/node-gamedig.git"
2019-10-15 21:48:42 +02:00
},
"bugs": {
2020-07-05 05:20:42 +02:00
"url": "https://github.com/gamedig/node-gamedig/issues"
2019-10-15 21:48:42 +02:00
},
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
2019-10-15 22:03:11 +02:00
"cheerio": "^1.0.0-rc.3",
2019-10-15 21:48:42 +02:00
"compressjs": "^1.0.2",
2019-10-15 22:03:11 +02:00
"gbxremote": "^0.2.1",
2020-07-05 06:28:03 +02:00
"got": "^11.4.0",
2020-07-05 05:36:29 +02:00
"iconv-lite": "^0.6.1",
2019-10-15 22:03:11 +02:00
"long": "^4.0.0",
2020-07-05 05:36:29 +02:00
"minimist": "^1.2.5",
"moment": "^2.27.0",
2019-10-15 21:48:42 +02:00
"punycode": "^2.1.1",
2019-10-15 22:03:11 +02:00
"varint": "^5.0.0"
2019-10-15 21:48:42 +02:00
},
"bin": {
"gamedig": "bin/gamedig.js"
},
"files": [
"bin/gamedig.js",
"lib/",
"protocols/",
"games.txt",
"LICENSE",
"README.md"
],
"devDependencies": {
2020-07-05 05:36:29 +02:00
"@types/cheerio": "^0.22.18",
"@types/node": "^8.10.61"
2019-10-15 21:48:42 +02:00
}
2014-10-29 08:02:03 +01:00
}