2017-04-17 16:07:21 +02:00
|
|
|
{
|
|
|
|
"name": "homebridge-neato",
|
2019-09-24 20:06:20 +02:00
|
|
|
"version": "0.7.0-beta.7",
|
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": {
|
2019-07-14 23:35:09 +02:00
|
|
|
"name": "Arne Blumentritt",
|
|
|
|
"url2": "https://github.com/naofireblade"
|
2017-04-17 16:07:21 +02:00
|
|
|
},
|
2019-07-14 23:35:09 +02:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "ghulands",
|
|
|
|
"url": "https://github.com/ghulands"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Berkay",
|
|
|
|
"url": "https://github.com/btutal"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Antoine de Maleprade",
|
|
|
|
"url": "https://github.com/az0uz"
|
|
|
|
}
|
|
|
|
],
|
2017-04-17 16:07:21 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/naofireblade/homebridge-neato.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-09-19 11:26:27 +02:00
|
|
|
"debug": "^4.1.1",
|
2019-07-10 10:27:11 +02:00
|
|
|
"node-botvac": ">=0.3.0",
|
2019-04-29 02:20:48 +02:00
|
|
|
"uuid": "^3.3.2"
|
2017-04-17 16:07:21 +02:00
|
|
|
}
|
2019-04-29 02:20:48 +02:00
|
|
|
}
|