{ "name": "homebridge", "description": "HomeKit support for the impatient", "version": "0.0.0", "scripts": { "dev": "browser-refresh ./bin/homebridge -P example-plugins/" }, "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": { "commander": "2.8.1", "diffsync": "2.1.2", "express": "4.13.3", "express-interceptor": "1.1.1", "express-jsxtransform": "4.0.2", "hap-nodejs": "0.0.2", "react-tools": "0.13.3", "semver": "5.0.3", "socket.io": "1.3.7" } }