UNPKG

node-red-contrib-yale-alarm

Version:

Integration to Yale Alarm System. This (1st) release just does basic get/set but planning to provide richer set in next version

50 lines (49 loc) 1.26 kB
{ "name": "node-red-contrib-yale-alarm", "version": "0.1.7", "description": "Integration to Yale Alarm System. This (1st) release just does basic get/set but planning to provide richer set in next version", "main": "index.js", "directories": { "doc": "docs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "yale", "alarm", "node-red", "smartthings" ], "repository": { "type": "git", "url": "git+https://github.com/gilesgamon/node-red-contrib-yale-alarm.git" }, "bugs": { "url": "https://github.com/gilesgamon/node-red-contrib-yale-alarm/issues" }, "homepage": "https://github.com/gilesgamon/node-red-contrib-yale-alarm", "author": { "name": "Giles Gamon", "email": "giles@lsiarchi.consulting" }, "contributors": [ { "name": "Giles Gamon", "email": "giles@lsiarchi.consulting" } ], "license": "MIT", "dependencies": { "yalesyncalarm": "^2.0.4", "yalealarmsystem": "^2.0.0" }, "node-red": { "nodes": { "yale-config": "yale-alarm/yale-config.js", "yale-getstatus": "yale-alarm/yale-getstatus.js", "yale-setstatus": "yale-alarm/yale-setstatus.js" } }, "deprecated": false }