UNPKG

node-red-contrib-vib-smart-valve

Version:
44 lines (43 loc) 866 B
{ "name": "node-red-contrib-vib-smart-valve", "version": "0.1.55", "description": "Smart Valve Managemeent", "author": "Vincent Besson <vincent@besson.be>", "license": "CC-BY-2.5", "main": "smart-valve.js", "repository": { "type": "git", "url": "git+https://github.com/vibr77/node-red-contrib-vib-smart-valve.git" }, "dependencies": { "moment": "^2.29.4", "mqtt": "^5.1.4" }, "engines": { "node": ">=12.0.0" }, "node-red": { "nodes": { "smart-valve": "smart-valve.js", "smart-valve-settings": "smart-valve-settings.js" }, "version": ">=2.0.0" }, "keywords": [ "node-red", "Heating", "valve", "trv", "climate" ], "funding": [ { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/vincentbe" } ], "os": [ "linux", "darwin" ] }