homebridge-unifi-occupancy-.../package.json
2018-04-13 19:31:51 +10:00

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"
}