forked from quiply/SaveImage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1022 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1022 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
39
40
{
"name": "cordova-plugin-save-image",
"version": "0.2.5",
"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": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": {
"name": "Quiply Technologies GmbH",
"email": "hello@quiply.com",
"url": "http://www.quiply.com"
},
"license": "MIT",
"homepage": "https://github.com/quiply/SaveImage#readme"
}