-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
44 lines (44 loc) · 885 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
43
44
{
"name": "homebridge-adb",
"version": "2.3.0",
"description": "A HomeBridge plugin to control ADB enabled Android devices",
"main": "index.js",
"engines": {
"node": ">=18.0.0",
"homebridge": ">=1.5.0"
},
"scripts": {
"test": "npm link && nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwaan/homebridge-adb.git"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"adb",
"android",
"homekit"
],
"author": "dwaan",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwaan/homebridge-adb/issues"
},
"homepage": "https://github.com/dwaan/homebridge-adb#readme",
"dependencies": {
"nodejs-adb-wrapper": "1.4.0",
"wake_on_lan": "1.0.0"
},
"devDependencies": {
"homebridge": "^1.5.0",
"nodemon": "^3.0.3"
},
"funding": [
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/dwaan"
}
]
}