Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: polymer_0.5.4/bower_components/app-router/.bower.json

Issue 897763002: Updated app-router to 2.4.0 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « polymer_0.5.4/bower.json ('k') | polymer_0.5.4/bower_components/app-router/LICENSE.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "app-router", 2 "name": "app-router",
3 "version": "0.6.2", 3 "version": "2.4.0",
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": "index.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 "platform": "Polymer/platform-dev#~0.3.5", 27 "polymer": "~0.5.4",
28 "polymer": "Polymer/polymer-dev#~0.3.5" 28 "webcomponentsjs": "~0.5.4",
29 "core-elements": "Polymer/core-elements#~0.5.4",
30 "pushstate-anchor": "~0.3.0"
29 }, 31 },
30 "_release": "0.6.2", 32 "_release": "2.4.0",
31 "_resolution": { 33 "_resolution": {
32 "type": "version", 34 "type": "version",
33 "tag": "v0.6.2", 35 "tag": "v2.4.0",
34 "commit": "eee41ff18b42c7b3836553308c922ddb3857eeaf" 36 "commit": "8debd88b9aedc33f30f34614b753f6effc585898"
35 }, 37 },
36 "_source": "git://github.com/erikringsmuth/app-router.git", 38 "_source": "git://github.com/erikringsmuth/app-router.git",
37 "_target": "~0.6.2", 39 "_target": "2.4.0",
38 "_originalSource": "app-router" 40 "_originalSource": "app-router"
39 } 41 }
OLDNEW
« no previous file with comments | « polymer_0.5.4/bower.json ('k') | polymer_0.5.4/bower_components/app-router/LICENSE.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698