forked from EddyVerbruggen/cordova-plugin-googleplus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 732 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 732 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
{
"version": "5.1.2",
"name": "cordova-plugin-google-api",
"cordova_name": "Google API",
"description": "Use your Google account to authenticate with the app.",
"license": "MIT",
"repo": "https://github.com/gmelius/cordova-plugin-google-api.git",
"issue": "https://github.com/gmelius/cordova-plugin-google-api/issues",
"keywords": [
"Google",
"Google SignIn",
"Google Sign In",
"GoogleSignIn",
"Google Login",
"Google Plus",
"Login",
"OAuth",
"Identity",
"Authentication",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"platforms": [
"android",
"ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.5.0"
}
]
}