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

43 lines
867 B
JSON
Raw Normal View History

{
"name": "homebridge-neato",
2019-09-22 22:30:29 +02:00
"version": "0.7.0-beta.5",
2017-04-30 14:35:23 +02:00
"description": "A Neato vacuum robot plugin for homebridge.",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"neato",
"botvac"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": {
"name": "Arne Blumentritt",
"url2": "https://github.com/naofireblade"
},
"contributors": [
{
"name": "ghulands",
"url": "https://github.com/ghulands"
},
{
"name": "Berkay",
"url": "https://github.com/btutal"
},
{
"name": "Antoine de Maleprade",
"url": "https://github.com/az0uz"
}
],
"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",
"uuid": "^3.3.2"
}
}