-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 892 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": "broadlink-hub",
"version": "2.3.1",
"description": "Broadlink Hub",
"main": "blhub.js",
"dependencies": {
"broadlink-core": "^1.5.0",
"bufferutil": "^4.0.1",
"ipaddr.js": "^1.9.1",
"optist": "^1.0.6",
"keeptime": "^1.4.0",
"tr-apisrv": "^0.0.2",
"utf-8-validate": "^5.0.2",
"ws": "^7.2.3"
},
"scripts": {
"test": "node ./test/test.js"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rinne/node-broadlink-hub.git"
},
"keywords": [
"broadlink",
"home",
"hassio",
"home assistant",
"homeassistant",
"home automation"
],
"author": {
"name": "Timo J. Rinne",
"email": "tri@iki.fi",
"url": "https://github.com/rinne/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rinne/node-broadlink-hub/issues"
},
"homepage": "https://github.com/rinne/node-broadlink-hub"
}