mirror of
https://github.com/oznu/homebridge-unifi-occupancy-sensor.git
synced 2025-01-22 11:18:56 +00:00
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "homebridge-unifi-occupancy-sensor",
|
|
"version": "0.0.9",
|
|
"description": "An occupancy sensor for Homebridge and UniFi",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"debug": "^3.1.0",
|
|
"unifi-events": "^0.2.0"
|
|
},
|
|
"keywords": [
|
|
"homebridge-plugin"
|
|
],
|
|
"engines": {
|
|
"homebridge": ">=0.2.5"
|
|
},
|
|
"author": "oznu <dev@oz.nu>",
|
|
"license": "MIT"
|
|
}
|