forked from russmedia-digital/cordova-plugin-google-signin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 841 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
39
40
41
42
43
{
"name": "cordova-plugin-google-signin",
"version": "2.0.0",
"author": "Mahendra Liya",
"contributors": [
{
"name": "Gabriel Petchesi",
"email": "[email protected]"
}
],
"description": "Use your Google account to authenticated in your cordova mobile app",
"repository": {
"type": "git",
"url": "[email protected]:pghoratiu/cordova-plugin-google-signin.git"
},
"cordova": {
"id": "com.devapps",
"platforms": [
"android",
"ios"
]
},
"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"
],
"license": "Apache"
}