-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
57 lines (57 loc) · 1.36 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
54
55
56
57
{
"name": "angular-crumble",
"version": "0.3.0",
"description": "A highly customizable breadcrumb service for AngularJS with ngRoute. Gets you back home the way YOU want.",
"keywords": [
"angular",
"angularjs",
"bread",
"breadcrumb",
"breadcrumbs",
"crumb",
"crumbs",
"dynamic",
"interpolate",
"js",
"navigation",
"ng",
"parent",
"path",
"route",
"service"
],
"bugs": {
"url": "https://github.com/raphinesse/angular-crumble/issues"
},
"license": "MIT",
"author": "Raphael von der Grün <[email protected]>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/raphinesse/angular-crumble.git"
},
"scripts": {
"lint": "eslint .",
"test": "karma start",
"version": "sync-version bower.json && git add bower.json"
},
"devDependencies": {
"angular": "^1.2",
"angular-mocks": "^1.2",
"angular-route": "^1.2",
"eslint": "^3.19.0",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-matchers": "^3.6.0",
"karma-phantomjs-launcher": "^1.0.3",
"karma-verbose-reporter": "0.0.6",
"node-style-guide": "felixge/node-style-guide",
"sync-version": "^1.0.1"
},
"peerDependencies": {
"angular": "^1.2",
"angular-route": "^1.2"
}
}