-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 966 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
{
"name": "homebridge-benq-projector",
"version": "2.1.1",
"description": "Homebridge plugin for BenQ projectors",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solowalker27/homebridge-benq-projector.git"
},
"author": "solowalker27 (https://github.com/solowalker27/homebridge-benq-projector)",
"license": "MIT",
"bugs": {
"url": "https://github.com/solowalker27/homebridge-benq-projector/issues"
},
"homepage": "https://github.com/solowalker27/homebridge-benq-projector#readme",
"keywords": [
"benq",
"projector",
"homebridge",
"homebridge-plugin",
"plugin",
"tv",
"w1070",
"rs232",
"serial",
"serial-io",
"homekit"
],
"engines": {
"node": ">=12.16.0",
"homebridge": ">=0.4.46"
},
"dependencies": {
"serial-io": "^1.2.0"
}
}