-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
44 lines (44 loc) · 1.11 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
39
40
41
42
43
44
{
"name": "cordova-plugin-save-image",
"version": "0.3.0",
"cordova": {
"id": "cordova-plugin-save-image",
"platforms": [
"ios",
"android"
]
},
"description": "This plugin allows you to save an image file to the iOS Photo Library or Android Gallery.",
"repository": {
"type": "git",
"url": "https://github.com/quiply/SaveImage"
},
"issue": "https://github.com/quiply/SaveImage/issues",
"keywords": [
"image",
"photo library",
"camera roll",
"ionic",
"cordova",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova-android": ">=6.3.0"
},
"4.0.0": {
"cordova": ">100"
}
}
},
"author": {
"name": "Quiply Technologies GmbH",
"email": "[email protected]",
"url": "http://www.quiply.com"
},
"license": "MIT",
"homepage": "https://github.com/quiply/SaveImage#readme"
}