vue-google-oauth2
Version:
Handling Google Auth2 sign-in and sign-out
31 lines • 718 B
JSON
{
"name": "vue-google-oauth2",
"version": "1.5.10",
"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"
}