-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
35 lines (35 loc) · 838 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
{
"name": "cordova-plugin-filepicker",
"version": "1.1.6",
"description": "\n This plugin makes possible to pick files from iCloud or other document providers\n ",
"cordova": {
"id": "cordova-plugin-filepicker",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/jcesarmobile/FilePicker-Phonegap-iOS-Plugin"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"dependencies": {
"q": "^1.5.1",
"xcode": "^2.0.0"
},
"author": "jcesarmobile",
"license": "MIT",
"bugs": {
"url": "https://github.com/jcesarmobile/FilePicker-Phonegap-iOS-Plugin/issues"
},
"homepage": "https://github.com/jcesarmobile/FilePicker-Phonegap-iOS-Plugin#readme"
}