node-red-contrib-vib-smart-boiler
Version:
Smart boiler node to control multiple thermostat
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "node-red-contrib-vib-smart-boiler",
"version": "0.81.10",
"description": "Smart boiler node to control multiple thermostat",
"author": "Vincent Besson <vincent@besson.be>",
"license" : "CC-BY-2.5",
"main": "smart-boiler.js",
"repository": {
"type": "git",
"url": "https://github.com/vibr77/node-red-smart-boiler.git"
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"moment": "^2.29.4",
"mqtt": "^5.1.3"
},
"devDependencies": {
"moment": "^2.29.4",
"mqtt": "^5.1.3",
"node-red": "^0.18.4",
"node-red-node-test-helper": "^0.1.8"
},
"scripts": {
"test": "mocha \"test/*_spec.js\" --timeout 5000"
},
"node-red": {
"nodes": {
"smart-boiler": "smart-boiler.js",
"smart-boiler-settings": "smart-boiler-settings.js"
},
"version": ">=2.0.0"
},
"funding": [
{
"type" : "buymeacoffee",
"url" : "https://www.buymeacoffee.com/vincentbe"
}
],
"keywords": [
"node-red","Heating","valve","trv","climate"
],
"os": [
"linux",
"darwin"
]
}