forked from shoshi/angular-breadcrumbs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "ng-breadcrumbs",
"version": "0.1.0",
"description": "A better AngularJS service to help with breadcrumb-style navigation between views",
"main": "dist/ng-breadcrumbs.min.js",
"devDependencies": {
"gulp": "~3.5.1",
"gulp-uglify": "~0.1.0",
"gulp-jshint": "~1.3.4",
"gulp-concat": "~2.1.7",
"gulp-rename": "~1.2.0",
"karma": "~0.12.1",
"gulp-karma": "0.0.4",
"gulp-protractor": "0.0.7",
"protractor": "^0.22.0",
"mocha": "~1.17.1",
"karma-mocha": "~0.1.1",
"requirejs": "~2.1.11",
"karma-requirejs": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma-chrome-launcher": "~0.1.2",
"chai": "~1.9.0",
"karma-chai": "~0.1.0",
"gulp-connect": "^2.0.5"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/ianwalter/ng-breadcrumbs.git"
},
"keywords": [
"ng-breadcrumbs",
"angular",
"angularjs",
"breadcrumbs",
"navigation",
"route"
],
"author": "Ian Kennington Walter (http://ianvonwalter.com)",
"license": "MIT"
}