OLD | NEW |
1 { | 1 { |
2 "name": "app-router", | 2 "name": "app-router", |
3 "version": "2.4.0", | 3 "version": "2.6.1", |
4 "authors": [ | 4 "authors": [ |
5 "Erik Ringsmuth <erik.ringsmuth@gmail.com>" | 5 "Erik Ringsmuth <erik.ringsmuth@gmail.com>" |
6 ], | 6 ], |
7 "description": "Router for Web Components.", | 7 "description": "Router for Web Components.", |
8 "keywords": [ | 8 "keywords": [ |
9 "web-components", | 9 "web-components", |
10 "router", | 10 "router", |
11 "polymer", | 11 "polymer", |
12 "x-tag" | 12 "x-tag" |
13 ], | 13 ], |
14 "main": "app-router.html", | 14 "main": "app-router.html", |
15 "license": "MIT", | 15 "license": "MIT", |
16 "homepage": "https://github.com/erikringsmuth/app-router", | 16 "homepage": "https://github.com/erikringsmuth/app-router", |
17 "ignore": [ | 17 "ignore": [ |
18 "**/.*", | 18 "**/.*", |
19 "bower_components", | 19 "bower_components", |
20 "node_modules", | 20 "node_modules", |
21 "tests", | 21 "tests", |
22 "tmp", | 22 "tmp", |
23 "gulpfile.js", | 23 "gulpfile.js", |
24 "package.json" | 24 "package.json" |
25 ], | 25 ], |
26 "devDependencies": { | 26 "devDependencies": { |
27 "polymer": "~0.5.4", | 27 "polymer": "~0.5.4", |
28 "webcomponentsjs": "~0.5.4", | 28 "webcomponentsjs": "~0.5.4", |
29 "core-elements": "Polymer/core-elements#~0.5.4", | 29 "core-elements": "Polymer/core-elements#~0.5.4", |
30 "pushstate-anchor": "~0.3.0" | 30 "pushstate-anchor": "~0.3.0" |
31 }, | 31 }, |
32 "_release": "2.4.0", | 32 "_release": "2.6.1", |
33 "_resolution": { | 33 "_resolution": { |
34 "type": "version", | 34 "type": "version", |
35 "tag": "v2.4.0", | 35 "tag": "v2.6.1", |
36 "commit": "8debd88b9aedc33f30f34614b753f6effc585898" | 36 "commit": "c01f7757fddb11523e4273b77ce63a071feb01fd" |
37 }, | 37 }, |
38 "_source": "git://github.com/erikringsmuth/app-router.git", | 38 "_source": "git://github.com/erikringsmuth/app-router.git", |
39 "_target": "2.4.0", | 39 "_target": "~2.6.1", |
40 "_originalSource": "app-router" | 40 "_originalSource": "app-router", |
| 41 "_direct": true |
41 } | 42 } |
OLD | NEW |