Files
homebridge/package.json
Nick Farina 25800c8fb0 WeMo accessory improvements
- Continue searching for WeMo devices until found
- Upgrade wemo lib version
2015-03-28 10:08:46 -07:00

22 lines
417 B
JSON

{
"name": "homebridge",
"description": "HomeKit support for the impatient",
"version": "0.0.0",
"scripts": {
"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.2.x"
}
}