mirror of
https://github.com/oznu/homebridge-unifi-occupancy-sensor.git
synced 2025-01-22 11:18:56 +00:00
33 lines
703 B
JSON
33 lines
703 B
JSON
{
|
|
"name": "homebridge-unifi-occupancy-sensor",
|
|
"version": "2.0.1",
|
|
"description": "An occupancy sensor for Homebridge and UniFi",
|
|
"license": "GPL-3.0",
|
|
"author": "oznu <dev@oz.nu>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/oznu/homebridge-unifi-occupancy-sensor.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/oznu/homebridge-unifi-occupancy-sensor/issues"
|
|
},
|
|
"main": "index.js",
|
|
"engines": {
|
|
"homebridge": ">=0.2.5"
|
|
},
|
|
"keywords": [
|
|
"homebridge-plugin",
|
|
"unifi",
|
|
"occupancy sensor"
|
|
],
|
|
"funding": [
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/oznu"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"unifi-events": "^2.0.0"
|
|
}
|
|
}
|