Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
647 B

{
"name": "gtoken",
"version": "1.2.3",
"description": "Node.js Google Authentication Service Account Tokens",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/google/node-gtoken.git"
},
"scripts": {
"test": "mocha --timeout 5000"
},
"keywords": [
"google",
"service",
"account",
"api",
"token",
"api",
"auth"
],
"author": {
"name": "Ryan Seys"
},
"license": "MIT",
"dependencies": {
"google-p12-pem": "^0.1.0",
"jws": "^3.0.0",
"mime": "^1.4.1",
"request": "^2.72.0"
},
"devDependencies": {
"mocha": "^3.4.2"
}
}