forked from buunguyen/cordova-photo-library
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 872 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
{
"name": "cordova-photo-library",
"version": "1.1.5",
"description": "\n This plugin supports saving images and videos to photo library.\n Currently support iOS only.\n ",
"cordova": {
"id": "cordova-photo-library",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoSchedule/cordova-photo-library.git"
},
"keywords": [
"cordova",
"phonegap",
"datepicker",
"photo library",
"images",
"videos",
"ios",
"ecosystem:cordova",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "CoSchedule",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoSchedule/cordova-photo-library/issues"
},
"homepage": "https://github.com/CoSchedule/cordova-photo-library#readme"
}