forked from balansse/homebridge-vivint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.32 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
{
"name": "@koleok/vivint-mqtt",
"version": "0.0.1",
"description": "Control and Monitor Vivint with MQTT",
"license": "ISC",
"author": "Koleok <balansse@gmail.com>",
"contributors": [
"Tim Harper <timcharper@gmail.com>",
"Koleok <kchamb3@gmail.com>"
],
"keywords": [
"vivint",
"mqtt",
"iot",
"smarthome",
"openhab",
"home-assistant"
],
"repository": {
"type": "git",
"url": "git://github.com/koleok/vivint-mqtt.git"
},
"bugs": {
"url": "http://github.com/koleok/vivint-mqtt/issues"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"async-mqtt": "^2.6.1",
"debounce-promise": "^3.1.2",
"ffmpeg-for-homebridge": "^0.0.9",
"get-port": "^5.1.1",
"isobject": "^3.0.1",
"jpeg-extract": "^3.0.1",
"pubnub": "^4.29.11",
"ramda": "^0.27.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.9"
},
"devDependencies": {
"@types/node": "^15.12.4",
"@types/ramda": "^0.27.40",
"mocha": "^5.2.0",
"prettier": "^2.3.1",
"ts-node": "^10.0.0",
"tslib": "^2.3.0",
"typescript": "^4.3.4"
},
"homepage": "https://github.com/koleok/vivint-mqtt#readme",
"main": "index.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"start": "ts-node index.ts",
"test": "mocha"
}
}