node-red-contrib-vib-smart-valve
Version:
Smart Valve Managemeent
54 lines (53 loc) • 1.09 kB
JSON
{
"name": "node-red-contrib-vib-smart-valve",
"version": "0.81.5",
"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"
},
"devDependencies": {
"mocha": "^10.2.0",
"node-red": "^3.1.0",
"node-red-node-test-helper": "^0.3.2",
"should": "^13.2.3",
"sinon": "^15.2.0"
},
"scripts": {
"test": "mocha \"test/*_spec.js\""
},
"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"
]
}