isy-js
Version:
Javascript wrapper for ISY interface including websockets for change notifications. Designed to be used in a node.js application. Unsupported and no longer under active development.
36 lines (35 loc) • 905 B
JSON
{
"name": "isy-js",
"description": "Javascript wrapper for ISY interface including websockets for change notifications. Designed to be used in a node.js application. Unsupported and no longer under active development.",
"license" : "MIT",
"version" : "0.4.5",
"author" : {
"name": "Rod Toll",
"email": "rod_toll@hotmail.com"
},
"scripts" : {
"test": "mocha"
},
"keywords" : [
"isy",
"universal devies",
"insteon"
],
"main": "isy.js",
"devDependencies": {
"mocha": "",
"fake-isy-994i": ""
},
"dependencies": {
"restler": "",
"faye-websocket": "",
"xmldoc": ""
},
"bugs": {
"url": "https://github.com/rodtoll/isy-js/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/rodtoll/isy-js.git"
}
}