2017-04-17 16:07:21 +02:00
|
|
|
{
|
|
|
|
"name": "homebridge-neato",
|
2017-05-04 19:24:33 +02:00
|
|
|
"version": "0.2.1",
|
2017-04-30 14:35:23 +02:00
|
|
|
"description": "A Neato vacuum robot plugin for homebridge.",
|
2017-04-17 16:07:21 +02:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|