forked from ncuillery/angular-breadcrumb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.48 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
{
"name": "angular-breadcrumb",
"description": "AngularJS module that generates a breadcrumb from ui-router's states",
"version": "0.4.0",
"homepage": "http://ncuillery.github.io/angular-breadcrumb",
"author": {
"name": "Nicolas Cuillery",
"email": "nicolas.cuillery@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ncuillery/angular-breadcrumb.git"
},
"bugs": {
"url": "https://github.com/ncuillery/angular-breadcrumb/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ncuillery/angular-breadcrumb/blob/master/LICENSE-MIT"
}
],
"main": "release/angular-breadcrumb.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"connect-livereload": "~0.2.0",
"coveralls": "~2.3.0",
"grunt": "~0.4.1",
"grunt-bump": "0.0.14",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.9.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-conventional-changelog": "~1.1.0",
"grunt-karma": "~0.6.2",
"grunt-open": "~0.2.0",
"grunt-shell": "~0.7.0",
"grunt-text-replace": "^0.3.12",
"karma": "~0.10.2",
"karma-coverage": "~0.1.0",
"karma-story-reporter": "~0.2.2"
},
"keywords": ["angular", "breadcrumb"]
}