node-google-oauth2
Version:
An abstraction to implement Google OAuth2
22 lines (21 loc) • 472 B
JSON
{
"name": "node-google-oauth2",
"version": "1.0.2",
"description": "An abstraction to implement Google OAuth2",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/CAdarsh/node-google-oauth2#readme",
"keywords": [
"oauth2",
"google-oauth2",
"express",
"auth"
],
"author": "Adarsh C",
"license": "ISC",
"dependencies": {
"googleapis": "^76.0.0"
}
}