-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
35 lines (35 loc) · 905 Bytes
/
package.json
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
29
30
31
32
33
34
35
{
"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"
}
}