homebridge-kobold-Homaassis.../package.json

30 lines
613 B
JSON
Raw Normal View History

{
"name": "homebridge-kobold",
2021-02-07 15:30:54 +01:00
"version": "0.8.1",
"description": "A Vorwerk Kobold vacuum robot plugin for homebridge.",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"vorwerk",
"kobold"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": {
"name": "Luis R.",
"url2": "https://github.com/himbeles"
},
"repository": {
"type": "git",
"url": "git://github.com/himbeles/homebridge-kobold.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",
2020-12-13 10:23:59 +01:00
"node-kobold-control": ">=0.4.0",
"uuid": "^3.3.2"
}
}