forked from guruahn/vue-google-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 717 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 717 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
{
"name": "vue-google-oauth2",
"version": "1.5.9",
"description": "Handling Google Auth2 sign-in and sign-out",
"main": "index.js",
"types": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guruahn/vue-google-oauth2.git"
},
"keywords": [
"vue",
"google",
"authentication",
"gapi",
"signin",
"signout",
"login",
"logout",
"oauth2"
],
"author": "Jeongwoo Ahn <guruahn@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/guruahn/vue-google-oauth2/issues"
},
"homepage": "https://github.com/guruahn/vue-google-oauth2#readme"
}