utra-bridge
Version:
Bridge Zwave device into Apple HomeKit protocol.
34 lines (33 loc) • 819 B
JSON
{
"name": "utra-bridge",
"version": "1.0.0",
"description": "Bridge Zwave device into Apple HomeKit protocol.",
"main": "index.js",
"scripts": {
"start": "ndoe ./test.js",
"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": {
"child_process": "^1.0.2",
"color-temperature": "^0.2.7",
"express": "^4.16.2",
"hap-nodejs": "^0.4.33",
"xml2json": "^0.11.0"
}
}