forked from nfarina/homebridge-legacy-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 826 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
{
"name": "homebridge-legacy-plugins",
"description": "Legacy plugins for homebridge: https://github.com/nfarina/homebridge",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git://github.com/nfarina/homebridge-legacy-plugins.git"
},
"license": "ISC",
"preferGlobal": true,
"keywords": [
"homebridge-plugin"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.5"
},
"dependencies": {
"ad2usb": "git+https://github.com/alistairg/node-ad2usb.git#local",
"carwingsjs": "0.0.x",
"debug": "^2.2.0",
"eibd": "^0.3.1",
"elkington": "kevinohara80/elkington",
"komponist": "0.1.0",
"lifx": "git+https://github.com/magicmonkey/lifxjs.git",
"lifx-api": "^1.0.1",
"request": "2.49.x",
"telldus-live": "^0.2.1",
"xml2js": "0.4.x"
}
}