forked from daymondm/homebridge-vivint
-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
64 lines (64 loc) · 1.43 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@balansse/homebridge-vivint",
"version": "1.9.0",
"description": "Control Vivint with HomeBridge",
"license": "ISC",
"author": "Alexandr Balan <balansse@gmail.com>",
"contributors": [
"Tim Harper <timcharper@gmail.com>",
"daymondm",
"jgrimard",
"arjunmehta",
"erceth"
],
"keywords": [
"homebridge-plugin"
],
"repository": {
"type": "git",
"url": "git://github.com/balansse/homebridge-vivint.git"
},
"bugs": {
"url": "http://github.com/balansse/homebridge-vivint/issues"
},
"engines": {
"node": ">=10",
"homebridge": ">=1.0.0"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "0.0.19",
"debounce-promise": "^3.1.2",
"ffmpeg-for-homebridge": "^0.1.4",
"get-port": "^5.1.1",
"isobject": "^4.0.0",
"jpeg-extract": "^3.0.1",
"pubnub": "^7.2.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9"
},
"devDependencies": {
"fs-extra": "^10.1.0",
"mocha": "^10.0.0"
},
"homepage": "https://github.com/balansse/homebridge-vivint#readme",
"funding": [
{
"type": "kofi",
"url": "https://ko-fi.com/balansse"
},
{
"type": "paypal",
"url": "https://paypal.me/balansse"
}
],
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "mocha",
"mfa": "node scripts/vivint_mfa_cli",
"prepare": "node scripts/prepublish-build"
}
}