UNPKG

angularjs-acl

Version:

Provides a lightweight and flexible ACL implementation for privileges management in AngularJS

32 lines (31 loc) 647 B
{ "name": "angularjs-acl", "version": "0.1.2", "homepage": "https://github.com/StyleT/angularjs-acl", "authors": [ "Vladlen Fedosov <vlad.fedosov@gmail.com>" ], "description": "Provides a lightweight and flexible ACL implementation for privileges management in AngularJS", "main": "./dist/acl.js", "keywords": [ "acl", "angular" ], "license": "BSD-3-Clause", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "angular": "~1.3.0" }, "devDependencies": { "angular-mocks": "~1.4.4" }, "resolutions": { "angular": "~1.4.5" } }