-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 826 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
{
"name": "cordova-plugin-gallery-refresh",
"version": "1.0.61",
"description": "Platform Device gallery refresh after image download",
"homepage" : "https://github.com/pouu69/cordova-plugin-gallery-refresh",
"repository": {
"type": "git",
"url": "https://github.com/pouu69/cordova-plugin-gallery-refresh.git"
},
"cordova": {
"id": "cordova-plugin-gallery-refresh",
"platforms": [
"android",
"ios"
]
},
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova",
"gallery",
"cordova-ios",
"refresh"
],
"author": {
"name": "KwanUng_Park",
"email": "[email protected]",
"url": "https://github.com/pouu69"
},
"license": "MIT"
}