-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "homebridge-switchmate-ble",
"version": "1.3.3",
"description": "Homebridge plugin for Switchmate light switches and power outlets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"switchmate-ble": "./bin/cli.js",
"switchmate-ble-find": "./bin/cli-find.js",
"switchmate-ble-pair": "./bin/cli-pair.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AMoo-Miki/homebridge-switchmate-ble.git"
},
"author": "AMoo-Miki",
"license": "MIT",
"bugs": {
"url": "https://github.com/AMoo-Miki/homebridge-switchmate-ble/issues"
},
"homepage": "https://github.com/AMoo-Miki/homebridge-switchmate-ble#readme",
"dependencies": {
"@abandonware/noble": "^1.9.2-14",
"async": "^3.2.0",
"commander": "^7.2.0",
"debug": "^4.3.1",
"fs-extra": "^10.0.0",
"noble-device": "AMoo-Miki/noble-device"
},
"devDependencies": {
"@types/node": "^15.12.2"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"switchmate"
],
"engines": {
"homebridge": ">=0.4.0",
"node": ">=14.0.0"
}
}