forked from hoxu/ng-breadcrumbs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 864 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
{
"name": "ng-breadcrumbs",
"version": "0.4.1",
"description": "A better AngularJS service to help with breadcrumb-style navigation between views",
"keywords": [
"ng-breadcrumbs",
"angular",
"angularjs",
"breadcrumbs",
"navigation",
"route"
],
"authors": [
"Ian Kennington Walter (http://ianvonwalter.com)"
],
"license": "MIT",
"homepage": "http://ianwalter.github.io/ng-breadcrumbs/",
"main": [
"dist/ng-breadcrumbs.min.js",
"README.md"
],
"ignore": [
"**/.*",
"node_modules",
"test",
"public",
"src",
"index.html",
"gulpfile.js",
"package.json"
],
"dependencies": {
"angular": ">= 1.2.5",
"angular-route": ">= 1.2.5"
},
"resolutions": {
"angular": "1.2.11"
},
"devDependencies": {
"angular-mocks": "v1.2.11",
"requirejs": "~2.1.15"
}
}