forked from mgatto/cordova-plugin-wkwebview-clearcache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.34 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
{
"name": "cordova-plugin-wkwebview-clearcache",
"version": "1.1.0",
"author": {
"name": "Michael Gatto",
"url": "https://github.com/mgatto/"
},
"homepage": "https://github.com/mgatto/cordova-plugin-wkwebview-clearcache",
"description": "This plugin can selectively clear the WkWebView cache for Cordova 9.0.0+ supporting iOS(>=9.0). Derived from Anrip Wong's CacheClear plugin https://github.com/anrip/cordova-plugin-cache-clear . This plugin was rewritten to specifically support WkWebView, whose cache clearing mechanics differ from UIWebView. Android support was not considered, since WkWebView is specific to iOS.",
"license": "Apache License Version 2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mgatto/cordova-plugin-wkwebview-clearcache.git"
},
"bugs": {
"url": "https://github.com/mgatto/cordova-plugin-wkwebview-clearcache/issues"
},
"keywords": [
"cordova",
"webview",
"wkwebview",
"cache",
"clear",
"ios",
"cordova-ios"
],
"cordova": {
"id": "cordova-plugin-wkwebview-clearcache",
"platforms": [
"ios"
]
},
"engines": {
"cordovaDependencies": {
"1.0.0": { "cordova-ios": ">=5.0.0", "cordova": ">=9.0.0" }
}
}
}