UNPKG

hdl-automation-nodered

Version:

Provides control and feedback of the HDL Automation bus for Node Red https://www.hdlautomation.com/

37 lines (36 loc) 872 B
{ "name": "hdl-automation-nodered", "version": "1.9.7", "description": "Provides control and feedback of the HDL Automation bus for Node Red https://www.hdlautomation.com/", "main": "", "repository": { "type": "git", "url": "git@github.com:haydendonald/hdl-automation-nodered.git" }, "license": "Apache-2.0", "keywords": [ "node-red", "hdl", "automation", "hdl automation", "bus pro", "bus", "pro" ], "node-red": { "nodes": { "HDLNetwork": "./nodes/network.js", "Device": "./nodes/device.js", "Bus": "./nodes/bus.js" } }, "author": "Hayden Donald", "bugs": { "url": "https://github.com/haydendonald/hdl-automation-nodered/issues" }, "homepage": "https://github.com/haydendonald/hdl-automation-nodered#readme", "dependencies": { "crc": "~3.4", "ping": "~0.2.2" } }