-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 842 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 842 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
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "cordova-plugin-cache",
"description": "WebView cache plugin for Cordova that allows to clear the cordova webview cache.",
"version": "1.1.0",
"homepage": "https://github.com/moderna/cordova-plugin-cache#readme",
"repository": {
"type": "git",
"url": "git://github.com/moderna/cordova-plugin-cache.git"
},
"bugs": {
"url": "https://github.com/moderna/cordova-plugin-cache/issues"
},
"cordova": {
"id": "at.modalog.cordova.plugin.cache",
"platforms": [
"ios",
"android"
]
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Modern Alchemists OG",
"license": "MIT",
"scripts": {
},
"devDependencies": {
}
}