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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/iron-location/bower.json

Issue 1901343004: [Polymer] update third_party polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new pull Created 4 years, 8 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
OLDNEW
1 { 1 {
2 "name": "iron-location", 2 "name": "iron-location",
3 "version": "0.8.1", 3 "version": "0.8.2",
4 "description": "Bidirectional data binding into the page's URL.", 4 "description": "Bidirectional data binding into the page's URL.",
5 "private": true, 5 "private": true,
6 "authors": [ 6 "authors": [
7 "The Polymer Authors" 7 "The Polymer Authors"
8 ], 8 ],
9 "keywords": [ 9 "keywords": [
10 "web-components", 10 "web-components",
11 "polymer", 11 "polymer",
12 "routing" 12 "routing"
13 ], 13 ],
14 "main": "iron-location.html", 14 "main": [
15 "iron-location.html",
16 "iron-query-params.html"
17 ],
15 "repository": { 18 "repository": {
16 "type": "git", 19 "type": "git",
17 "url": "git://github.com/PolymerElements/iron-location.git" 20 "url": "git://github.com/PolymerElements/iron-location.git"
18 }, 21 },
19 "license": "http://polymer.github.io/LICENSE.txt", 22 "license": "http://polymer.github.io/LICENSE.txt",
20 "homepage": "https://github.com/PolymerElements/iron-location", 23 "homepage": "https://github.com/PolymerElements/iron-location",
21 "ignore": [], 24 "ignore": [],
22 "dependencies": { 25 "dependencies": {
23 "polymer": "Polymer/polymer#^1.0.0" 26 "polymer": "Polymer/polymer#^1.0.0"
24 }, 27 },
25 "devDependencies": { 28 "devDependencies": {
26 "promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0", 29 "promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0",
27 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", 30 "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
28 "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0", 31 "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
29 "paper-input": "polymerelements/paper-input#^1.0.0", 32 "paper-input": "polymerelements/paper-input#^1.0.0",
30 "paper-slider": "polymerelements/paper-slider#^1.0.0", 33 "paper-slider": "polymerelements/paper-slider#^1.0.0",
31 "paper-styles": "polymerelements/paper-styles#^1.0.0", 34 "paper-styles": "polymerelements/paper-styles#^1.0.0",
32 "test-fixture": "polymerelements/test-fixture#^1.0.0", 35 "test-fixture": "polymerelements/test-fixture#^1.0.0",
33 "web-component-tester": "^4.0.0", 36 "web-component-tester": "^4.0.0",
34 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" 37 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
38 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.2.3"
35 } 39 }
36 } 40 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698