mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
39 lines
804 B
JSON
39 lines
804 B
JSON
{
|
|
"name": "homebridge",
|
|
"description": "HomeKit support for the impatient",
|
|
"version": "0.2.16",
|
|
"scripts": {
|
|
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
|
|
},
|
|
"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": {
|
|
"chalk": "^1.1.1",
|
|
"commander": "2.8.1",
|
|
"hap-nodejs": "0.1.6",
|
|
"semver": "5.0.3",
|
|
"node-persist": "^0.0.8"
|
|
}
|
|
}
|