-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (35 loc) · 911 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
{
"bugs": {
"url" : "https://github.com/i0null/homebridge-lgtv-2012/issues"
},
"path": "",
"dependencies": {
"lgtv-2012": "*",
"ping": "^0.2.2",
"util": "^0.10.3"
},
"description": "Homebridge plugin for LG 2012 series TVs",
"devDependencies": {},
"directories": {},
"engines": {
"homebridge": ">=0.2.0",
"node": ">=0.12.0"
},
"keywords": [
"homebridge", "homebridge-plugin",
"lgtv", "lgtv-2012", "homebridge-lgtv-2012"
],
"license": "MIT",
"main": "index.js",
"maintainers": [{
"name": "Shane Kelly", "email": "[email protected]"
}],
"name": "homebridge-lgtv-2012",
"optionalDependencies": {},
"readme": "README.md",
"repository": {
"type" : "git",
"url" : "https://github.com/i0null/homebridge-lgtv-2012.git"
},
"version": "0.2.0"
}