-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 765 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 765 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
{
"name": "cordova-plugin-zeep",
"version": "0.0.4",
"description": "Zip compression/decompression for the cordova/phonegap platform",
"cordova": {
"id": "cordova-plugin-zeep",
"platforms": [
"ios",
"android",
"windows"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/FortuneN/cordova-plugin-zeep.git"
},
"keywords": [
"cordova",
"zeep",
"zip",
"unzip",
"FiNe",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows"
],
"author": "Fortune Ngwenya",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/FortuneN/cordova-plugin-zeep/issues"
},
"homepage": "https://github.com/FortuneN/cordova-plugin-zeep#readme"
}