mirror of
https://github.com/skylord123/node-red-contrib-gamedig.git
synced 2025-04-18 03:53:03 -06:00
- Fixed query-game-server node so it actually works instead of throwing browser errors when added to the user's work area. - Updated query-game-server.html to look better - Added stuff to the node help
24 lines
614 B
JSON
24 lines
614 B
JSON
{
|
|
"name": "node-red-contrib-gamedig",
|
|
"version": "0.1.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",
|
|
"node-red": {
|
|
"nodes": {
|
|
"query-game-server": "query-game-server.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"gamedig": "^2.0.0"
|
|
}
|
|
}
|