@webgap/authorization-utils
Version:
WebGAP authorization module for express routes using Role-based Access Control - RBAC.
42 lines (41 loc) • 968 B
JSON
{
"name": "@webgap/authorization-utils",
"description": "WebGAP authorization module for express routes using Role-based Access Control - RBAC.",
"author": "Manuel Martins <manuelmachadomartins@gmail.com>",
"version": "0.1.4",
"license": "Apache-2.0",
"engine": "node >= 5.0.0",
"main": "./index",
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "git://github.com/webgap/authorization-utils.git"
},
"bugs": {
"url": "https://github.com/webgap/authorization-utils/issues"
},
"keywords": [
"webgap",
"authorization",
"authorizator",
"rbac",
"role",
"roles",
"express",
"middleware"
],
"dependencies": {
"@webgap/notifier": "0.1.x"
},
"devDependencies": {
"codeclimate-test-reporter": "0.1.x",
"express": "4.13.x",
"passport": "0.3.x",
"passport-http": "0.3.x",
"request": "2.65.x",
"istanbul": "0.4.x",
"mocha": "2.3.x"
}
}