mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
23 lines
441 B
JSON
23 lines
441 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.8.x",
|
|
"wemo": "0.2.x",
|
|
"wink-js": "0.0.5"
|
|
}
|
|
}
|