forked from smka/homebridge-broadlink-platform
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 845 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
{
"name": "homebridge-broadlink-platform-outlet",
"version": "1.1.1",
"description": "Homebridge plugin for Broadlink MP1 and SP2/3",
"main": "index.js",
"scripts": {
"watch": "npm link && nodemon",
"test": "npm link && homebridge -I -D"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwaan/homebridge-broadlink-platform.git"
},
"keywords": [
"homebridge-plugin",
"broadlink",
"mp",
"mp1",
"plugin",
"homebridge",
"sp"
],
"engines": {
"node": ">=12.0.0",
"homebridge": ">=1.3.0"
},
"author": "dwaan",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwaan/homebridge-broadlink-platform/issues"
},
"homepage": "https://github.com/dwaan/homebridge-broadlink-platform#readme",
"dependencies": {
"broadlinkjs-dw": "^0.1.12"
}
}