UNPKG

node-fence

Version:

Flexible and Fluent way to manage ACL in Node.js.

39 lines (38 loc) 955 B
{ "name": "node-fence", "version": "1.0.0-alpha-7", "description": "Flexible and Fluent way to manage ACL in Node.js.", "keywords": [ "acl", "security", "ability", "policy", "fence", "fluent", "flexible" ], "author": "Romain Lanz <romain.lanz@slynova.ch>", "license": "MIT", "main": "src/index.js", "scripts": { "test": "node --harmony-async-await tests/test.js", "test:coverage": "./node_modules/.bin/istanbul cover -x tests/test.js tests/test.js && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" }, "repository": { "type": "git", "url": "https://github.com/Slynova-Org/node-fence" }, "bugs": { "url": "https://github.com/Slynova-Org/node-fence/issues" }, "devDependencies": { "co": "^4.6.0", "coveralls": "^2.12.0", "istanbul": "^0.4.5", "japa": "^1.0.1", "require-all": "^2.2.0" }, "dependencies": { "node-exceptions": "^2.0.0" } }