forked from lprhodes/homebridge-broadlink-rm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "homebridge-broadlink-rm4",
"version": "3.6.23",
"description": "Fork of Broadlink RM plugin (https://github.com/lprhodes/broadlinkjs-rm) with support RM4 devices for homebridge: https://github.com/nfarina/homebridge",
"license": "ISC",
"scripts": {
"release": "release-it"
},
"keywords": [
"homebridge-plugin",
"broadlink",
"rm pro 3",
"rm mini 3",
"rm mini 4"
],
"engines": {
"node": ">=7.6.0",
"homebridge": ">=0.2.0"
},
"author": {
"name": "Defensor"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Defensor7/homebridge-broadlink-rm.git"
},
"dependencies": {
"def-broadlinkjs-rm": "^0.8.0",
"chai": "^4.2.0",
"find-key": "^2.0.1",
"github-version-checker": "^1.2.0",
"hap-nodejs": "^0.6.11",
"homebridge-platform-helper": "lprhodes/homebridge-platform-helper#feature/typescript",
"net-ping": "^1.2.3",
"ping": "^0.2.2",
"uuid": "^3.3.3"
},
"devDependencies": {
"mocha": "^6.2.2",
"release-it": "^12.4.3"
}
}