@malijs/bearer
Version:
Bearer token authorization metadata middleware for Mali
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "@malijs/bearer",
"version": "0.2.0",
"description": "Bearer token authorization metadata middleware for Mali",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/malijs/bearer.git"
},
"author": {
"name": "Bojan D.",
"email": "dbojan@gmail.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/malijs/bearer/issues"
},
"homepage": "https://github.com/malijs/bearer",
"keywords": [
"mali",
"grpc",
"service",
"server",
"microservice"
],
"scripts": {
"test": "ava -v",
"docs": "jsdoc2md index.js --heading-depth 3 --template readme.hbs > README.md"
},
"dependencies": {
"@malijs/metadata-field-auth": "^0.2.0"
},
"devDependencies": {
"ava": "^1.2.0",
"grpc": "^1.18.0",
"grpc-caller": "^0.11.0",
"grpc-create-error": "^1.0.0",
"jsdoc-to-markdown": "^4.0.1",
"mali": "^0.11.0",
"p-map": "^1.1.0",
"standard": "^12.0.0"
},
"publishConfig": {
"access": "public"
}
}