UNPKG

node-red-contrib-fred

Version:

Node set for linking FRED hosted Node-RED to devices

35 lines (34 loc) 712 B
{ "name": "node-red-contrib-fred", "version": "0.0.6", "description": "Node set for linking FRED hosted Node-RED to devices", "homepage": "https://fred.sensetecnic.com", "license": "Apache-2.0", "repository" : { "type":"git", "url":"https://github.com/SenseTecnic/node-red-contrib-fred.git" }, "dependencies": { "ws": "^1.1.0" }, "keywords": [ "node-red", "fred" ], "node-red": { "nodes": { "fred": "fred.js" } }, "contributors": [ {"name": "Ted Huang"}, {"name": "Mike Blackstock"} ], "config": { "hostType": "client", "fredHost": "wss://fred.sensetecnic.com" }, "scripts": { "postinstall": "node rewriteHtml.js" } }