Files
homebridge/package.json
2016-09-27 12:36:23 -07:00

34 lines
696 B
JSON

{
"name": "homebridge",
"description": "HomeKit support for the impatient",
"version": "0.4.1",
"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"
},
"license": "ISC",
"bin": {
"homebridge": "bin/homebridge"
},
"engines": {
"node": ">=4.3.2"
},
"preferGlobal": true,
"dependencies": {
"chalk": "^1.1.1",
"commander": "2.8.1",
"hap-nodejs": "0.4.7",
"semver": "5.0.3",
"node-persist": "^0.0.8"
}
}