bugle
Version:
Hapi plugin for Google Drive Login with refresh token storage policy and drive API extensions from npm: decorated-google-drive
41 lines (40 loc) • 951 B
JSON
{
"name": "bugle",
"version": "2.12.0",
"description": "Hapi plugin for Google Drive Login with refresh token storage policy and drive API extensions from npm: decorated-google-drive",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"google-drive",
"hapi",
"hapijs",
"token-management"
],
"repository": {
"type": "git",
"url": "https://github.com/DrPaulBrewer/bugle.git"
},
"author": "drpaulbrewer@eaftc.com",
"license": "MIT",
"engines": {
"node": ">=12"
},
"peerDependencies": {
"grant-hapi": ">=3.8.0 <4",
"hapi": ">=16.0.0 <17"
},
"dependencies": {
"axios": "^0.19.2",
"boom": "^7.3.0",
"decorated-google-drive": "^6.0.2",
"googleapis": "^58.0.0",
"iron": "^5.0.6",
"open-from-google-drive": "^0.2.0",
"string-to-stream": "^1.1.1"
},
"devDependencies": {
"eslint": "^5.16.0"
}
}