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

Side by Side Diff: polymer_1.0.4/bower_components/app-router/.bower.json

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 6 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_1.0.4/bower.json ('k') | polymer_1.0.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": "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 }
OLDNEW
« no previous file with comments | « polymer_1.0.4/bower.json ('k') | polymer_1.0.4/bower_components/app-router/LICENSE.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698