-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 817 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "homebridge-intercom-automation-hat",
"version": "1.1.0",
"description": "Homebridge plugin to expose an intercom's doorbell and opener through an Raspberry Pi and Pimoroni Automation (p)Hat",
"main": "index.js",
"engines": {
"node": ">=4.3.2",
"homebridge": ">=0.4.46"
},
"keywords": [
"homebridge-plugin",
"automation-hat",
"automation-phat",
"homebridge",
"homekit"
],
"author": "rooi",
"funding": {
"type" : "paypal",
"url" : "https://paypal.me/rooirooi"
},
"license": "MIT",
"dependencies": {
"python-shell": "^1.0.8"
},
"repository": {
"type": "git",
"url": "https://github.com/rooi/homebridge-intercom-automation-hat"
},
"homepage": "https://github.com/rooi/homebridge-intercom-automation-hat/blob/master/README.md"
}