{ "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" } }