Update hap-nodejs to allow homebridge work with nodejs v4.x

This commit is contained in:
Khaos Tian
2016-11-03 12:20:46 -07:00
parent dc43d0b7c4
commit 3762c043e3

View File

@@ -1,7 +1,7 @@
{
"name": "homebridge",
"description": "HomeKit support for the impatient",
"version": "0.4.7",
"version": "0.4.8",
"scripts": {
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
},
@@ -20,13 +20,13 @@
"homebridge": "bin/homebridge"
},
"engines": {
"node": ">=5.10.0"
"node": ">=4.3.2"
},
"preferGlobal": true,
"dependencies": {
"chalk": "^1.1.1",
"commander": "2.8.1",
"hap-nodejs": "0.4.12",
"hap-nodejs": "0.4.13",
"semver": "5.0.3",
"node-persist": "^0.0.8"
}