homebridge-vorwerk
Version:
A Vorwerk Kobold VR200 and VR300 vacuum robot plugin for homebridge.
32 lines (31 loc) • 716 B
JSON
{
"name": "homebridge-vorwerk",
"version": "0.4.0",
"description": "A Vorwerk Kobold VR200 and VR300 vacuum robot plugin for homebridge.",
"author": "nicoh88",
"license": "MIT",
"main": "index.js",
"keywords": [
"homebridge-plugin",
"vorwerk",
"kobold",
"vr200",
"vr300"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/nicoh88/homebridge-vorwerk.git"
},
"bugs": {
"url": "https://github.com/nicoh88/homebridge-vorwerk/issues"
},
"homepage": "https://github.com/nicoh88/homebridge-vorwerk#readme",
"dependencies": {
"node-kobold": ">=0.2.0",
"debug": "^2.2.0"
}
}