access-mate
Version:
Attribute base access control using o-is for the conditions
29 lines (28 loc) • 567 B
JSON
{
"name": "access-mate",
"version": "0.7.1",
"description": "Attribute base access control using o-is for the conditions",
"main": "index.js",
"author": "Jonathan Boudreau <jonathan.boudreau.92@gmail.com",
"license": "Apache-2.0",
"dependencies": {
"debug": "^3.1.0",
"lodash.uniq": "^4.5.0",
"o-is": "^0.7.1"
},
"scripts": {
"test": "echo 'See main repo to run tests'"
},
"repository": {
"type": "git"
},
"keywords": [
"Access",
"Control",
"ABAC",
"Attribute",
"Based",
"Policy",
"ACL"
]
}