-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 989 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
41
42
{
"name": "cordova-plugin-zoomimageview",
"version": "1.2.5",
"description": "An Cordova plugin for iOS and Android that allows to display an image in fullscreen and zoom in and out.",
"cordova": {
"id": "cordova-plugin-zoomimageview",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ImpacGroup/cordova-plugin-zoomimageview.git"
},
"keywords": [
"cordova",
"android",
"ios",
"image",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"zoom",
"scrollview",
"photos"
],
"engines": {
"cordovaDependencies": {
"1.0.0": {
"cordova-android": ">9.0.0",
"cordova-ios": ">6.0.0"
}
}
},
"author": "Impac GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/ImpacGroup/cordova-plugin-zoomimageview/issues"
},
"homepage": "https://github.com/ImpacGroup/cordova-plugin-zoomimageview#readme"
}