homebridge-kobold-Homaassis.../package.json
naofireblade f79432d5e4 Initial commit
* Added start and pause cleaning
* Added return to base
* Added enable and disable schedule
* Added enable and disable eco mode
* Added battery info
2017-04-17 16:07:21 +02:00

24 lines
454 B
JSON

{
"name": "homebridge-neato",
"version": "0.1.0",
"description": "control your neato vacuum robot",
"license": "MIT",
"keywords": [
"homebridge-plugin"
],
"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.4"
}
}