Fully operational

- Extensive instructions and warnings in README
- Working WeMo accessory shim
- Working HomeBridge server
This commit is contained in:
Nick Farina
2014-11-30 20:02:48 -08:00
parent ea029d492b
commit a7fba5a786
6 changed files with 367 additions and 2 deletions

View File

@@ -1,9 +1,21 @@
{
"name": "homebridge",
"description": "HomeKit support for the impatient",
"version": "0.0.0",
"scripts": {
"server": "node app.js"
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git://github.com/nfarina/homebridge.git"
},
"dependencies": {
"request": "2.49.x",
"node-persist": "0.0.x",
"xmldoc": "0.1.x",
"carwingsjs": "0.0.x",
"sonos": "0.6.x",
"wemo": "0.1.x"
}
}