forked from Telerik-Verified-Plugins/WKWebView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 706 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 706 Bytes
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
{
"version": "0.6.10",
"name": "cordova-plugin-wkwebview",
"cordova_name": "WKWebView Polyfill",
"description": "A drop-in replacement of UIWebView for boosted performance and enhanced HTML5 support",
"license": "MIT",
"repo": "https://github.com/Telerik-Verified-Plugins/WKWebView.git",
"issue": "https://github.com/Telerik-Verified-Plugins/WKWebView/issues",
"keywords": [
"Webkit",
"Webkit webview",
"WKWebView Polyfill",
"WKWebView",
"WebView+",
"ecosystem:cordova"
],
"platforms": [
"ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
]
}