mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
This works (sometimes at least) but has lots of flaws, including ones that make the whole bridge unreachable.
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "homebridge",
|
|
"description": "HomeKit support for the impatient",
|
|
"version": "0.1.1",
|
|
"scripts": {
|
|
"start": "DEBUG=* node app.js || true"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/nfarina/homebridge.git"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ad2usb": "git+https://github.com/alistairg/node-ad2usb.git#local",
|
|
"carwingsjs": "0.0.x",
|
|
"color": "0.10.x",
|
|
"elkington": "kevinohara80/elkington",
|
|
"hap-nodejs": "git+https://github.com/KhaosT/HAP-NodeJS#187174846dc4b8970efba74b9eb2968b35f15d87",
|
|
"harmonyhubjs-client": "^1.1.4",
|
|
"harmonyhubjs-discover": "git+https://github.com/swissmanu/harmonyhubjs-discover.git",
|
|
"mdns": "^2.2.4",
|
|
"node-hue-api": "^1.0.5",
|
|
"node-milight-promise": "0.0.2",
|
|
"node-persist": "0.0.x",
|
|
"q": "1.4.x",
|
|
"tough-cookie": "^2.0.0",
|
|
"request": "2.49.x",
|
|
"sonos": "0.8.x",
|
|
"telldus-live": "0.2.x",
|
|
"unofficial-nest-api": "git+https://github.com/hachidorii/unofficial_nodejs_nest.git#d8d48edc952b049ff6320ef99afa7b2f04cdee98",
|
|
"wemo": "0.2.x",
|
|
"wink-js": "0.0.5",
|
|
"xml2js": "0.4.x",
|
|
"xmldoc": "0.1.x",
|
|
"yamaha-nodejs": "0.4.x",
|
|
"teslams": "1.0.1"
|
|
}
|
|
}
|