-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
39 lines (39 loc) · 982 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
{
"name": "homebridge-g-on-alice",
"version": "0.2.0",
"description": "Yandex Alice Voice Assistant plugin for Homebridge. Developed by G-On",
"main": "plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/G-On-dev/homebridge-g-on-alice.git"
},
"keywords": [
"alice",
"yandex",
"homebridge-plugin",
"voice control",
"smart home"
],
"engines": {
"node": ">=10.17.0",
"homebridge": "^1.6.0"
},
"devDependencies": {},
"dependencies": {
"@oznu/hap-client": "^1.7.2",
"bottleneck": ">=2.18.0",
"debug": ">2.6.9",
"hap-node-client": "^0.2.4",
"mqtt": ">=2.18.8",
"mqtt-pattern": "^1.2.0"
},
"author": "G-On-dev",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/G-On-dev/homebridge-g-on-alice/issues"
},
"homepage": "https://github.com/G-On-dev/homebridge-g-on-alice#readme"
}