Files
homebridge/package.json
2015-07-15 22:36:45 -07:00

37 lines
829 B
JSON

{
"name": "homebridge",
"description": "HomeKit support for existing home devices, today.",
"version": "0.0.0",
"author": {
"name": "Nick Farina"
},
"repository": {
"type": "git",
"url": "git://github.com/nfarina/homebridge.git"
},
"bugs": {
"url": "http://github.com/nfarina/homebridge/issues"
},
"licenses": [
{
"type": "ISC",
"url": "http://github.com/nfarina/homebridge/blob/master/LICENSE"
}
],
"bin": {
"homebridge": "bin/homebridge"
},
"engines": {
"node": ">= 0.12.0"
},
"preferGlobal": true,
"dependencies": {
"babel": "^5.6.14",
"commander": "^2.8.1",
"hap-nodejs": "git+https://github.com/khaost/HAP-NodeJS#2a1bc8d99a2009317ab5da93faebea34c89f197c",
"npmlog": "^1.2.1",
"prompt": "^0.2.14",
"semver": "^4.3.6"
}
}