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.
 
 
 
 
 
 

46 lines
1.3 KiB

{
"name": "google-auth-library",
"version": "0.10.0",
"author": "Google Inc.",
"description": "Google APIs Authentication Client Library for Node.js",
"engines": {
"node": ">=0.10"
},
"main": "./lib/auth/googleauth",
"repository": {
"type": "git",
"url": "https://github.com/google/google-auth-library-nodejs.git"
},
"keywords": [
"google",
"api",
"google apis",
"client",
"client library"
],
"dependencies": {
"gtoken": "^1.2.1",
"lodash.noop": "^3.0.1",
"jws": "^3.1.4",
"request": "^2.74.0"
},
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"keypair": "^1.0.0",
"jshint": "^2.9.4",
"jsdoc": "^3.4.3",
"mocha": "^3.2.0",
"nock": "^9.0.2"
},
"scripts": {
"lint": "jshint lib test",
"mocha": "mocha --reporter spec --timeout 4000",
"generate-docs": "jsdoc -c jsdoc-conf.json ./README.md",
"prepare": "npm test && npm run lint && npm version patch",
"coverage": "istanbul cover -x 'apis/**' _mocha -- --reporter spec --timeout 4000",
"test": "npm run lint && npm run coverage",
"coveralls": "istanbul cover -x 'apis/**' _mocha --report lcovonly -- --reporter spec --timeout 4000 && cat coverage/lcov.info | coveralls"
},
"license": "Apache-2.0"
}