homebridge-unifi-occupancy-.../package.json

33 lines
703 B
JSON
Raw Normal View History

2017-07-18 11:28:49 +00:00
{
"name": "homebridge-unifi-occupancy-sensor",
2021-02-07 10:47:06 +00:00
"version": "2.0.1",
2017-07-18 11:28:49 +00:00
"description": "An occupancy sensor for Homebridge and UniFi",
2020-01-29 08:48:32 +00:00
"license": "GPL-3.0",
2017-07-18 11:28:49 +00:00
"author": "oznu <dev@oz.nu>",
2018-04-13 09:53:16 +00:00
"repository": {
"type": "git",
"url": "git://github.com/oznu/homebridge-unifi-occupancy-sensor.git"
},
2020-01-29 08:48:32 +00:00
"bugs": {
"url": "https://github.com/oznu/homebridge-unifi-occupancy-sensor/issues"
},
"main": "index.js",
"engines": {
"homebridge": ">=0.2.5"
},
"keywords": [
2021-01-27 00:31:50 +00:00
"homebridge-plugin",
"unifi",
"occupancy sensor"
],
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/oznu"
}
2020-01-29 08:48:32 +00:00
],
"dependencies": {
2021-01-28 08:02:19 +00:00
"unifi-events": "^2.0.0"
2020-01-29 08:48:32 +00:00
}
2017-07-18 11:28:49 +00:00
}