-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
30 lines (30 loc) · 912 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
{
"name": "kunder-cordova-plugin-webview",
"version": "2.8.0",
"description": "This cordova plugin enables you to open a second webview in your app. This webview is totally independent from the main webview, but allows you tu access plugins and other Cordova resources. It's possible to modify this plugin to allow multiple webviews.",
"cordova": {
"id": "kunder-cordova-plugin-webview",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/kunder-lab/cl.kunder.webview.git"
},
"keywords": [
"cordova",
"cordova-plugin",
"webview",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "kunder",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kunder-lab/cl.kunder.webview/issues"
},
"homepage": "https://github.com/kunder-lab/cl.kunder.webview#readme"
}