-
Notifications
You must be signed in to change notification settings - Fork 212
/
bower.json
48 lines (48 loc) · 939 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "angular-permission",
"version": "6.0.0",
"authors": [
"Rafael Vidaurre <narzerus@gmail.com> (http://www.rafaelvidaurre.com)",
"Blazej Krysiak <blazej.krysiak@gmail.com>"
],
"description": "Fully featured role and permission based access control for your angular applications",
"main": [
"dist/angular-permission.js",
"dist/angular-permission-ui.js",
"dist/angular-permission-ng.js"
],
"keywords": [
"angular",
"ui-router",
"ng-route",
"angular-route",
"access-control",
"permissions",
"access",
"acl",
"rbac",
"roles",
"route"
],
"license": "MIT",
"homepage": "https://github.com/Narzerus/angular-permission",
"ignore": [
"**/.*",
"config",
"test",
"demo",
"src",
"Gruntfile.js",
"index.js",
"package.json",
"CONTRIBUTING.md"
],
"devDependencies": {
"angular-mocks": "*",
"angular-route": "*",
"angular-ui-router": "*"
},
"dependencies": {
"angular": ">=1.4.8"
}
}