2017-04-17 16:07:21 +02:00
|
|
|
{
|
|
|
|
"name": "homebridge-neato",
|
2017-04-22 22:57:09 +02:00
|
|
|
"version": "0.2.0",
|
2017-04-17 16:07:21 +02:00
|
|
|
"description": "control your neato vacuum robot",
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
2017-04-22 22:57:09 +02:00
|
|
|
"homebridge-plugin",
|
|
|
|
"neato",
|
|
|
|
"botvac"
|
2017-04-17 16:07:21 +02:00
|
|
|
],
|
|
|
|
"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": {
|
2017-04-22 22:57:09 +02:00
|
|
|
"node-botvac": "^0.1.4",
|
|
|
|
"debug": "^2.2.0"
|
2017-04-17 16:07:21 +02:00
|
|
|
}
|
|
|
|
}
|