forked from kiwi-cam/homebridge-broadlink-rm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1011 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
45
{
"name": "homebridge-broadlink-rm-pro",
"version": "4.4.1",
"description": "Broadlink RM plugin (including the mini and pro) for homebridge with AC Pro and TV features",
"license": "ISC",
"scripts": {
"release": "release-it"
},
"keywords": [
"homebridge-plugin",
"broadlink",
"rm pro 3",
"rm mini 3",
"rm4"
],
"engines": {
"node": ">=7.6.0",
"homebridge": ">=0.2.0"
},
"author": {
"name": "kiwi-cam"
},
"repository": {
"type": "git",
"url": "git@github.com:kiwi-cam/homebridge-broadlink-rm.git"
},
"dependencies": {
"kiwicam-broadlinkjs-rm": "latest",
"chai": "^4.2.0",
"find-key": "^2.1.3",
"github-version-checker": "^2.2.0",
"ping": "^0.3.0",
"uuid": "^8.3.2",
"compare-versions": "^3.6.0",
"mqtt": "^4.2.6",
"node-persist": "^2.1.0",
"semver": "^7.3.4",
"node-arp": "^1.0.6"
},
"devDependencies": {
"hap-nodejs": "^0.8.3",
"mocha": "^8.2.1",
"release-it": "^14.2.2"
}
}