mirror of
https://github.com/skylord123/node-red-contrib-gamedig.git
synced 2025-04-10 08:03:08 -06:00
Up version to 1.0.1
- Updated readme and added keywords
This commit is contained in:
parent
539f7fe21f
commit
560d24f068
@ -1,2 +1,4 @@
|
||||
# node-red-contrib-gamedig
|
||||
Query for the status of any game server using Node Red
|
||||
Query for the status of any game server using Node Red.
|
||||
|
||||
This package adds the node "Query Game Server" that uses GameDig to query if a server is online or not and if so returns the data of the server.
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-contrib-gamedig",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Query for the status of any game server using node-red",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -12,6 +12,7 @@
|
||||
"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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user