gapitoken
Version:
Node.js module for Google API service account authorization (Server to Server flow)
34 lines (33 loc) • 593 B
JSON
{
"name": "gapitoken",
"version": "0.1.5",
"description": "Node.js module for Google API service account authorization (Server to Server flow)",
"main": "gapitoken.js",
"repository": {
"type": "git",
"url": "git://github.com/bsphere/node-gapitoken.git"
},
"keywords": [
"jwt",
"jws",
"google",
"api",
"token",
"service"
],
"author": {
"name": "Gal Ben-Haim"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"jws": "~3.0.0",
"request": "^2.54.0"
},
"devDependencies": {
"mocha": "^2.2.5"
},
"scripts": {
"test": "mocha test"
}
}