forked from RafaelVidaurre/angular-permission
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.8 KB
/
package.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "angular-permission",
"version": "5.2.1",
"description": "Fully featured role and permission based access control for your angular applications",
"author": {
"name": "Rafael Vidaurre",
"email": "[email protected]",
"url": "http://www.rafaelvidaurre.com"
},
"contributors": [
{
"name": "Blazej Krysiak",
"email": "[email protected]"
}
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Narzerus/angular-permission.git"
},
"keywords": [
"angular",
"ui-router",
"ng-route",
"angular-route",
"access-control",
"permissions",
"access",
"acl",
"rbac",
"roles",
"route"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Narzerus/angular-permission/issues"
},
"homepage": "https://github.com/Narzerus/angular-permission",
"dependencies": {
"angular": ">=1.4.8"
},
"peerDependencies": {
"angular-route": ">=1.4.8",
"angular-ui-router": "<1.0.0"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-jsbeautifier": "^0.2.12",
"grunt-karma": "^1.0.0",
"grunt-karma-coveralls": "^2.5.4",
"grunt-ng-annotate": "^1.0.1",
"grunt-protractor-runner": "^3.2.0",
"jasmine-core": "^2.4.1",
"jasmine-promise-matchers": "^2.0.2",
"jasmine-spec-reporter": "^2.7.0",
"jshint-stylish": "^2.1.0",
"karma": "^1.1.0",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^1.1.3",
"karma-phantomjs-launcher": "^1.0.1",
"load-grunt-config": "^0.19.0",
"phantomjs-prebuilt": "^2.1.10"
}
}