mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-09 13:21:58 +00:00
- New "homebridge" CLI - Finds and loads locally-installed "providers" from user home dir - Written in ES6 with babel/register
35 lines
780 B
JSON
35 lines
780 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",
|
|
"semver": "^4.3.6"
|
|
}
|
|
}
|