2017-04-17 16:07:21 +02:00
|
|
|
{
|
2020-12-12 15:52:26 +01:00
|
|
|
"name": "homebridge-kobold",
|
2021-02-07 15:30:54 +01:00
|
|
|
"version": "0.8.1",
|
2020-12-12 15:52:26 +01:00
|
|
|
"description": "A Vorwerk Kobold 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",
|
2020-12-12 15:52:26 +01:00
|
|
|
"vorwerk",
|
|
|
|
"kobold"
|
2017-04-17 16:07:21 +02:00
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.12.0",
|
|
|
|
"homebridge": ">=0.2.0"
|
|
|
|
},
|
|
|
|
"author": {
|
2020-12-12 15:52:26 +01:00
|
|
|
"name": "Luis R.",
|
|
|
|
"url2": "https://github.com/himbeles"
|
2017-04-17 16:07:21 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-12-12 15:52:26 +01:00
|
|
|
"url": "git://github.com/himbeles/homebridge-kobold.git"
|
2017-04-17 16:07:21 +02:00
|
|
|
},
|
|
|
|
"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",
|
2020-12-13 10:23:59 +01:00
|
|
|
"node-kobold-control": ">=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
|
|
|
}
|