mirror of
https://github.com/skylord123/node-red-contrib-gamedig.git
synced 2026-05-26 09:03:33 -06:00
Initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "node-red-contrib-gamedig",
|
||||
"version": "1.0.0",
|
||||
"description": "Query for the status of any game server using node-red",
|
||||
"main": "query-game-server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"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.13"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user