forked from mfkrause/homebridge-people-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 988 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "homebridge-people-pro",
"version": "0.11.6",
"description": "Homebridge plugin that provides details of who is in a Home + History (powered by fakegato)",
"license": "MIT",
"keywords": [
"homebridge-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/mfkrause/homebridge-people-pro.git"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"fakegato-history": "^0.5.0",
"local-devices": "^3.1.0",
"moment": "^2.11.2",
"node-arp": "^1.0.6",
"node-persist": "0.0.8",
"ping": "^0.1.10",
"request": "^2.79.0"
},
"devDependencies": {
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"nodemon": "^2.0.7"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/mfkrause"
},
{
"type": "paypal",
"url": "https://www.paypal.me/krause69"
}
]
}