42fa0399f8
* Fixed an exception when no robot is associated with the account
27 lines
516 B
JSON
27 lines
516 B
JSON
{
|
|
"name": "homebridge-neato",
|
|
"version": "0.4.7",
|
|
"description": "A Neato vacuum robot plugin for homebridge.",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"homebridge-plugin",
|
|
"neato",
|
|
"botvac"
|
|
],
|
|
"engines": {
|
|
"node": ">=0.12.0",
|
|
"homebridge": ">=0.2.0"
|
|
},
|
|
"author": {
|
|
"name": "Arne Blumentritt"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/naofireblade/homebridge-neato.git"
|
|
},
|
|
"dependencies": {
|
|
"node-botvac": ">=0.1.5",
|
|
"debug": "^2.2.0"
|
|
}
|
|
}
|