smart-nodes
Version:
Controls light, shutters and more. Includes common used logic and statistic nodes to control your home.
74 lines (73 loc) • 2.26 kB
JSON
{
"name": "smart-nodes",
"version": "0.7.3",
"description": "Controls light, shutters and more. Includes common used logic and statistic nodes to control your home.",
"keywords": [
"node-red",
"smart nodes",
"light control",
"shutter control",
"long press",
"multi press",
"scene",
"scenes",
"delay",
"forwarder",
"logic",
"hysteresis",
"compare",
"comparator",
"statistic",
"counter",
"scheduler",
"central",
"heating",
"mixing valve",
"heating curve",
"text execution"
],
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:debug": "node --inspect-brk node_modules/jest/bin/jest.js --runInBand"
},
"author": "Samuel Bergen",
"license": "MIT",
"node-red": {
"version": ">=1.0.0",
"nodes": {
"light": "light/light.js",
"scene": "scene/scene.js",
"shutter": "shutter/shutter.js",
"shutter-complex": "shutter-complex/shutter-complex.js",
"long-press": "long-press/long-press.js",
"multi-press": "multi-press/multi-press.js",
"logic": "logic/logic.js",
"forwarder": "forwarder/forwarder.js",
"compare": "compare/compare.js",
"hysteresis": "hysteresis/hysteresis.js",
"statistic": "statistic/statistic.js",
"counter": "counter/counter.js",
"mode-selector": "mode-selector/mode-selector.js",
"scheduler": "scheduler/scheduler.js",
"delay": "delay/delay.js",
"central": "central/central.js",
"mixing-valve": "mixing-valve/mixing-valve.js",
"heating-curve": "heating-curve/heating-curve.js",
"text-exec": "text-exec/text-exec.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/BergenSoft/smart-nodes"
},
"devDependencies": {
"font-awesome": "^4.7.0",
"jest": "^27.5.1",
"node-red": "^4.1.1",
"node-red-node-test-helper": "^0.3.5"
},
"engines": {
"node": ">=10"
}
}