angularjs-acl
Version:
Provides a lightweight and flexible ACL implementation for privileges management in AngularJS
44 lines (43 loc) • 1.16 kB
JSON
{
"name": "angularjs-acl",
"version": "0.1.2",
"description": "Provides a lightweight and flexible ACL implementation for privileges management in AngularJS",
"main": "./dist/acl.js",
"scripts": {
"gulp": "gulp",
"karma": "karma",
"bower": "bower",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StyleT/angularjs-acl.git"
},
"keywords": [
"acl",
"angular"
],
"author": "Vlad Fedosov <vlad.fedosov@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/StyleT/angularjs-acl/issues"
},
"homepage": "https://github.com/StyleT/angularjs-acl#readme",
"devDependencies": {
"bower": "~1.4.1",
"gulp": "*",
"gulp-angular-filesort": "^1.1.1",
"gulp-cache": "^0.2.10",
"gulp-concat": "~2.6.0",
"gulp-jshint": "~1.11.2",
"gulp-ng-annotate": "^1.0.0",
"gulp-ngdocs": "^0.2.13",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18"
}
}