forked from rodtoll/isy-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 718 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "isy-js",
"description": "Javascript wrapper for ISY interface including websockets for change notifications. Designed to be used in a node.js application",
"license" : "MIT",
"version" : "0.1.8",
"author" : {
"name": "Rod Toll",
"email": "rod_toll@hotmail.com"
},
"keywords" : [
"isy",
"universal devies",
"insteon"
],
"main": "isy.js",
"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"
}
}