ultra-bridge
Version:
Bridge Zwave device into Apple HomeKit protocol.
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "ultra-bridge",
"version": "1.0.0",
"description": "Bridge Zwave device into Apple HomeKit protocol.",
"main": "index.js",
"scripts": {
"start": "node ./app.js &>log ",
"debug": "DEBUG=* node ./app.js &>log",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s940503g/UtraBridge.git"
},
"keywords": [
"hap-nodejs",
"Zwave",
"Avadesign",
"HomeKit"
],
"author": "Michael Chen <s940503g@hotmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/s940503g/UtraBridge/issues"
},
"homepage": "https://github.com/s940503g/UtraBridge#readme",
"dependencies": {
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0-alpha.6",
"child_process": "^1.0.2",
"color-temperature": "^0.2.7",
"decimal.js": "^7.3.0",
"ejs": "^2.5.7",
"esutils": "^2.0.2",
"express": "^4.16.2",
"forever": "^0.15.3",
"hap-nodejs": "^0.4.36",
"is-reachable": "^2.3.3",
"jquery": "^3.2.1",
"json-query": "^2.2.2",
"jsonpath": "^1.0.0",
"macaddress": "^0.2.8",
"popper.js": "^1.13.0",
"xml2json": "^0.11.0"
}
}