2017-04-17 16:07:21 +02:00
|
|
|
{
|
|
|
|
"name": "homebridge-neato",
|
2019-10-11 12:17:24 +02:00
|
|
|
"version": "0.7.0-beta.11",
|
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-26 08:59:35 +02:00
|
|
|
"colors": "^1.4.0",
|
2019-09-19 11:26:27 +02:00
|
|
|
"debug": "^4.1.1",
|
2019-09-24 20:09:16 +02:00
|
|
|
"node-botvac": ">=0.4.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
|
|
|
}
|