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

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

Issue 1287713002: [MD settings] merge polymer 1.0.11; hack for settings checkbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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-flex-layout", 2 "name": "iron-flex-layout",
3 "version": "1.0.2", 3 "version": "1.0.3",
4 "description": "Provide flexbox-based layouts", 4 "description": "Provide flexbox-based layouts",
5 "keywords": [ 5 "keywords": [
6 "web-components", 6 "web-components",
7 "polymer", 7 "polymer",
8 "layout" 8 "layout"
9 ], 9 ],
10 "private": true, 10 "private": true,
11 "license": "http://polymer.github.io/LICENSE.txt", 11 "license": "http://polymer.github.io/LICENSE.txt",
12 "authors": [ 12 "authors": [
13 "The Polymer Authors" 13 "The Polymer Authors"
14 ], 14 ],
15 "repository": { 15 "repository": {
16 "type": "git", 16 "type": "git",
17 "url": "git://github.com/PolymerElements/iron-flex-layout.git" 17 "url": "git://github.com/PolymerElements/iron-flex-layout.git"
18 }, 18 },
19 "dependencies": { 19 "dependencies": {
20 "polymer": "Polymer/polymer#^1.0.0" 20 "polymer": "Polymer/polymer#^1.0.0"
21 }, 21 },
22 "devDependencies": { 22 "devDependencies": {
23 "paper-styles": "polymerelements/paper-styles#^1.0.0", 23 "paper-styles": "polymerelements/paper-styles#^1.0.0",
24 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" 24 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
25 }, 25 },
26 "homepage": "https://github.com/PolymerElements/iron-flex-layout", 26 "homepage": "https://github.com/PolymerElements/iron-flex-layout",
27 "_release": "1.0.2", 27 "_release": "1.0.3",
28 "_resolution": { 28 "_resolution": {
29 "type": "version", 29 "type": "version",
30 "tag": "v1.0.2", 30 "tag": "v1.0.3",
31 "commit": "50bcecf40ab23caa7c2cd90030555e00c5ba7154" 31 "commit": "e6c2cfec18354973ac03e70dcd8afcc3c72d09b9"
32 }, 32 },
33 "_source": "git://github.com/PolymerElements/iron-flex-layout.git", 33 "_source": "git://github.com/PolymerElements/iron-flex-layout.git",
34 "_target": "~1.0.0", 34 "_target": "^1.0.0",
35 "_originalSource": "PolymerElements/iron-flex-layout" 35 "_originalSource": "PolymerElements/iron-flex-layout"
36 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698