forked from andrewvmail/cordova-plugin-jc-googledrive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 833 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-jc-googledrive",
"version": "1.1.0",
"description": "Cordova Google Drive Plugin",
"cordova": {
"id":"cordova-plugin-jc-googledrive",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/JcDenton86/cordova-plugin-jc-googledrive"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"google",
"drive"
],
"engines": {
"cordovaDependencies":{
"1.0.0" :{
"cordova-plugin-cocoapod-support" : ">1.2.0"
}
}
},
"author": "JcDenton",
"license": "MIT",
"bugs": {
"url": "https://github.com/JcDenton86/cordova-plugin-jc-googledrive/issues"
},
"homepage": "https://github.com/JcDenton86/cordova-plugin-jc-googledrive#readme"
}