mirror of
https://github.com/skylord123/node-red-contrib-gamedig.git
synced 2025-04-18 03:53:03 -06:00
- node description updated - node now errors if msg.host or msg.port is left blank and not configured on the node - server type & host is not required when configuring the node since it can be passed in via the inputs - when modifying a node in the editor you can now view available server types at the bottom of the properties. This is parsed from the gamedig readme. - Update gamedig version - package-lock.json added - palette label changed to "Query Game Server"
29 lines
690 B
JSON
29 lines
690 B
JSON
{
|
|
"name": "node-red-contrib-gamedig",
|
|
"version": "2.1.1",
|
|
"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": "^3.0.0"
|
|
}
|
|
}
|