forked from rodtoll/homebridge-isy-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1013 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
36
37
38
39
40
41
42
43
{
"name": "homebridge-isy-js",
"version": "0.1.9",
"description": "Homebridge plugin for ISY series of home controllers from universal devices. Unsupported and no longer under active development.",
"note": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "echo \"Error: configure and run homebridge to start\" && exit 1"
},
"engines": {
"node": ">4.0.0",
"homebridge": ">=0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rodtoll/homebridge-isy-js.git"
},
"keywords": [
"homebridge-plugin",
"isy",
"Home Center",
"homekit",
"insteon",
"Siri"
],
"devDependencies": {
"mocha": "",
"fake-isy-994i": ""
},
"dependencies": {
"restler": "",
"faye-websocket": "",
"xmldoc": "",
"isy-js": ""
},
"author": "rodtoll",
"license": "MIT",
"bugs": {
"url": "https://github.com/rodtoll/homebridge-isy-js/issues"
},
"homepage": "https://github.com/rodtoll/homebridge-isy-js"
}