UNPKG

node-red-contrib-susi

Version:
40 lines (39 loc) 1.14 kB
{ "author": { "name": "Neo Lo", "email": "neo.lo@advantech.com.tw", "url": "https://www.npmjs.com/~neo.lo" }, "name": "node-red-contrib-susi", "version": "0.0.12", "description": "Node-red node for SUSI", "dependencies": { "node-susi": "0.0.x", "node-susiiot": "0.0.x" }, "repository": { "url": "git+https://github.com/ADVANTECH-Corp/node-red-contrib-susi.git" }, "keywords": [ "ADVANTECH", "SUSIIoT", "SUSI", "API" ], "license": "Apache 2.0", "bugs": { "url": "https://github.com/ADVANTECH-Corp/node-red-contrib-susi/issues" }, "homepage": "https://github.com/ADVANTECH-Corp/node-red-contrib-susi", "node-red": { "nodes": { "SUSI-HardwareMonitor": "SUSI-node/SUSI-HardwareMonitor.js", "SUSI-GPIO": "SUSI-node/SUSI-GPIO.js", "SUSI-Backlight": "SUSI-node/SUSI-Backlight.js", "SUSI-WatchDog": "SUSI-node/SUSI-WatchDog.js", "SUSIIoT-Info": "SUSIIoT-node/SUSIIoT-Info.js", "SUSIIoT-Data": "SUSIIoT-node/SUSIIoT-Data.js", "SUSIIoT-Control": "SUSIIoT-node/SUSIIoT-Control.js" } } }