-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathbower.json
52 lines (52 loc) · 1017 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
49
50
51
52
{
"name": "angular-shiro",
"description": "AngularShiro - AngularJS authentication and authorization support",
"version": "0.1.3",
"keywords": [
"angular",
"shiro",
"security",
"authentication",
"authorization",
"role",
"permission"
],
"homepage": "https://github.com/gnavarro77/angular-shiro",
"author": {
"name": "Gilles Navarro"
},
"repository": {
"type": "git",
"url": "https://github.com/gnavarro77/angular-shiro.git"
},
"bugs": "https://github.com/gnavarro77/angular-shiro/issues",
"licenses": [
{
"type": "MIT"
}
],
"main": [
"./dist/angular-shiro.js",
"./dist/angular-shiro.min.js"
],
"ignore": [
"test",
"demo",
"src",
"karma.conf.js",
".travis.yml",
"bower.json",
"Gruntfile.js",
"package.json",
"README.md",
"LICENSE",
".jshintrc"
],
"dependencies": {
"angular": "1.3.15"
},
"devDependencies": {
"angular-mocks": "1.3.15",
"jquery": "~2.1.1"
}
}