forked from jjdltc/jjdltc-cordova-plugin-zip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 931 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
31
32
33
34
35
36
37
38
39
40
{
"name": "cordova-zip-plugin",
"version": "1.1.0",
"description": "Cordova zip compress and decompress",
"cordova": {
"id": "com.jjdltc.cordova.plugin.zip",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/jjdltc/jjdltc-cordova-plugin-zip.git"
},
"keywords": [
"cordova",
"zip",
"compress",
"decompress",
"unzip",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": {
"cordovaDependencies": {
"1.1.0": {
"cordova" : ">=7.0.0",
"cordova-ios": ">=4.4.0"
}
}
},
"author": "Joel De La Torriente <[email protected]> (https://github.com/jjdltc)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jjdltc/jjdltc-cordova-plugin-zip/issues"
},
"homepage": "https://github.com/jjdltc/jjdltc-cordova-plugin-zip#readme"
}