forked from momentumsoftwareab/angular-permission
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.1 KB
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
{
"name": "angular-permission",
"version": "0.3.1",
"authors": [
"Rafael Vidaurre <narzerus@gmail.com>"
],
"description": "Route permission and access control as simple as it can get",
"main": "dist/angular-permission.js",
"keywords": [
"angular",
"permissions",
"roles",
"route"
],
"license": "MIT",
"homepage": "http://www.rafaelvidaurre.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src"
],
"devDependencies": {
"angular": "*",
"angular-mocks": "*",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^0.2.1",
"grunt-karma": "^0.8.3",
"grunt-newer": "^0.7.0",
"karma": "^0.12.17",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1"
},
"dependencies": {
"angular-ui-router": "~0.2.11"
}
}