homenet-plugin-zway
Version:
Homenet plugin for Z-Way connected Z-Wave devices
22 lines (21 loc) • 458 B
JSON
{
"name": "homenet-plugin-zway",
"version": "0.0.7",
"description": "Homenet plugin for Z-Way connected Z-Wave devices",
"main": "lib/index.js",
"scripts": {
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Den Williams",
"license": "MIT",
"keywords": [
"homenet",
"zway",
"zwave"
],
"dependencies": {
"homenet-core-tsd": "^4.0.0-alpha.1",
"node-zway": "^0.2.1"
}
}