UNPKG

node-red-contrib-ecowitt-gateway

Version:
46 lines 1.06 kB
{ "name": "node-red-contrib-ecowitt-gateway", "version": "1.0.11", "description": "Ecowitt Gateway for NodeRED", "scripts": { "test": "mocha \"test/**/*_spec.js\"" }, "node-red": { "version": ">=3.0.0", "nodes": { "ew-config-node": "nodes/config-node.js", "button-node": "nodes/livedata-node.js" } }, "author": "bmdevx", "license": "Apache-2.0", "keywords": [ "node-red", "ecowitt", "GW1000", "GW1100", "GW2000", "weather", "api" ], "engines": { "node": ">=12.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/bmdevx/node-red-contrib-ecowitt-gateway.git" }, "bugs": { "url": "https://github.com/bmdevx/node-red-contrib-ecowitt-gateway/issues" }, "homepage": "https://github.com/bmdevx/node-red-contrib-ecowitt-gateway#readme", "devDependencies": { "eslint": "^9.17.0", "node-red": "^4.0.8", "node-red-node-test-helper": "^0.3.4", "should": "^13.2.3" }, "dependencies": { "ecowitt-gateway": "^1.0.4" } }