mirror of
https://github.com/skylord123/node-red-contrib-gamedig.git
synced 2025-04-18 03:53:03 -06:00
- Update gamedig from 4.0.6 to 5.1.0 (breaking change! various server types renamed) - Fixed autocomplete for server types and now selecting a server type auto fills the query port with the default - Added strip colors gamedig option - Added address gamedig option to skip DNS resolution - Added github funding links
29 lines
690 B
JSON
29 lines
690 B
JSON
{
|
|
"name": "node-red-contrib-gamedig",
|
|
"version": "3.0.0",
|
|
"description": "Query for the status of any game server using node-red",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/skylord123/node-red-contrib-gamedig.git"
|
|
},
|
|
"author": "skylord123",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/skylord123/node-red-contrib-gamedig/issues"
|
|
},
|
|
"homepage": "https://github.com/skylord123/node-red-contrib-gamedig#readme",
|
|
"keywords": [
|
|
"node-red",
|
|
"gamedig",
|
|
"query game server"
|
|
],
|
|
"node-red": {
|
|
"nodes": {
|
|
"query-game-server": "query-game-server.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"gamedig": "^5.1.0"
|
|
}
|
|
}
|