{ "name": "node-red-contrib-gamedig", "version": "0.1.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" } }