forked from ConnectSDK/Connect-SDK-Cordova-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.2 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
43
44
45
46
47
48
49
{
"name": "cordova-plugin-connectsdk",
"version": "1.6.0",
"description": "Connect SDK allows discovery and communication with LG TVs and other smart devices on the local network.",
"cordova": {
"id": "cordova-plugin-connectsdk",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "ConnectSDK:Connect-SDK-Cordova-Plugin"
},
"keywords": [
"LG",
"second screen",
"TV",
"Connect SDK",
"remote control",
"DLNA",
"DIAL",
"cast",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=5.0.0"
},
{
"name": "cordova-ios",
"version": ">=3.9.1"
},
{
"name": "cordova-android",
"version": ">=4.1.1"
}
],
"author": "ConnectSDK",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/ConnectSDK/Connect-SDK-Cordova-Plugin/issues"
},
"homepage": "https://github.com/ConnectSDK/Connect-SDK-Cordova-Plugin#readme"
}