node-zway
Version:
Node JS interface for Z-Way (Razberry)
40 lines (39 loc) • 802 B
JSON
{
"name": "node-zway",
"version": "0.2.3",
"description": "Node JS interface for Z-Way (Razberry)",
"main": "lib/index.js",
"scripts": {
"test": "ava -v"
},
"author": "Den Williams",
"license": "MIT",
"engines": {
"node": ">=4.4"
},
"dependencies": {
"basic-auth-token": "^0.4.2",
"chalk": "^1.1.3",
"eventemitter2": "^2.1.3",
"got": "^6.5.0"
},
"devDependencies": {
"ava": "^0.16.0",
"nock": "^2.18.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denwilliams/node-zway.git"
},
"keywords": [
"zway",
"zwave"
],
"bugs": {
"url": "https://github.com/denwilliams/node-zway/issues"
},
"homepage": "https://github.com/denwilliams/node-zway#readme"
}