Files
homebridge/package.json
2015-08-13 10:10:55 -07:00

36 lines
1.1 KiB
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"
},
"license": "ISC",
"dependencies": {
"ad2usb": "git+https://github.com/alistairg/node-ad2usb.git#local",
"carwingsjs": "0.0.x",
"elkington": "kevinohara80/elkington",
"hap-nodejs": "git+https://github.com/nfarina/HAP-NodeJS#04b61c9",
"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",
"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"
}
}