UNPKG

policyline

Version:

Attributes Based Access Control library for Node.JS

64 lines (63 loc) 1.29 kB
{ "name": "policyline", "version": "2.1.1", "description": "Attributes Based Access Control library for Node.JS", "main": "dist/policyline.min.js", "scripts": { "build": "webpack --mode=production", "dev": "webpack --mode=development", "test": "mocha --recursive" }, "repository": { "type": "git", "url": "git+https://github.com/YLuchaninov/PolicyLine.git" }, "keywords": [ "abac", "rabac", "access", "control", "access-control", "acl", "role", "attribute", "allow", "reject", "permission", "action", "possession", "crud", "create", "read", "update", "delete", "resource", "express", "admin", "user", "policy", "scope", "context", "rule", "policy", "security", "permit", "deny" ], "author": "Iurii Luchaninov", "license": "MIT", "bugs": { "url": "https://github.com/YLuchaninov/PolicyLine/issues" }, "homepage": "https://github.com/YLuchaninov/PolicyLine#readme", "devDependencies": { "babel-core": "~6.26.0", "babel-loader": "~7.1.5", "babel-preset-es2015": "~6.24.1", "chai": "~4.1.2", "mocha": "~4.0.1", "webpack": "~4.15.1", "webpack-command": "~0.4.1" }, "dependencies": {} }