UNPKG

node-red-smithtek-hysteresis

Version:

Adds hysteresis function to node-red

51 lines (50 loc) 1.31 kB
{ "name": "node-red-smithtek-hysteresis", "version": "0.3.0", "description": "Adds hysteresis function to node-red", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git:" }, "keywords": [ "hysteresis", "falling", "rising", "trigger", "node-red", "smithtek-hysteresis", "node", "iot", "Smithtek" ], "node-red": { "nodes": { "smithtek_node_red_hysteresis": "node/smithtek_node_red_hysteresis.js", "smithtek_node_red_threshold_formatter": "node/smithtek_node_red_threshold_formatter.js" } }, "author": { "name": "Sineos", "url": "https://github.com/Sineos/node-red-contrib-hysteresis" }, "contributors": [ { "name": "tdchung", "email": "tdchung.9@gmail.com", "url": "https://github.com/tdchung" } ], "license": "GPL-3.0", "bugs": { "url": "git::/issues" }, "homepage": "git::/#readme", "devDependencies": { "eslint": "*", "eslint-plugin-unicorn": "*", "eslint-plugin-html": "*" } }