forked from merdok/homebridge-webos-tv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 808 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
{
"name": "homebridge-webos-tv",
"version": "1.6.2",
"description": "Homebridge plugin for LG webOS TVs",
"main": "index.js",
"engines": {
"node": ">=4.3.2",
"homebridge": ">=0.4.46"
},
"keywords": [
"homebridge-plugin",
"webos2",
"webos3",
"webos4",
"lgtv",
"homebridge",
"webos",
"homekit"
],
"author": "merdok",
"license": "MIT",
"dependencies": {
"lgtv2": "^1.4.1",
"wake_on_lan": "^0.0.4",
"tcp-ping": "^0.1.1",
"mkdirp": "^0.5.1",
"persist-path": "^1.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/merdok/homebridge-webos-tv.git"
},
"bugs": {
"url": "https://github.com/merdok/homebridge-webos-tv/issues"
},
"homepage": "https://github.com/merdok/homebridge-webos-tv#readme"
}