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

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

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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-fit-behavior", 2 "name": "iron-fit-behavior",
3 "version": "1.0.3", 3 "version": "1.0.3",
4 "license": "http://polymer.github.io/LICENSE.txt", 4 "license": "http://polymer.github.io/LICENSE.txt",
5 "description": "Fits an element inside another element", 5 "description": "Fits an element inside another element",
6 "private": true, 6 "private": true,
7 "main": [ 7 "main": [
8 "iron-fit-behavior.html" 8 "iron-fit-behavior.html"
9 ], 9 ],
10 "keywords": [ 10 "keywords": [
(...skipping 19 matching lines...) Expand all
30 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" 30 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
31 }, 31 },
32 "homepage": "https://github.com/PolymerElements/iron-fit-behavior", 32 "homepage": "https://github.com/PolymerElements/iron-fit-behavior",
33 "_release": "1.0.3", 33 "_release": "1.0.3",
34 "_resolution": { 34 "_resolution": {
35 "type": "version", 35 "type": "version",
36 "tag": "v1.0.3", 36 "tag": "v1.0.3",
37 "commit": "df9fd83577ea6ebd98f5cad8333daa73dd0f34ba" 37 "commit": "df9fd83577ea6ebd98f5cad8333daa73dd0f34ba"
38 }, 38 },
39 "_source": "git://github.com/PolymerElements/iron-fit-behavior.git", 39 "_source": "git://github.com/PolymerElements/iron-fit-behavior.git",
40 "_target": "~1.0.3", 40 "_target": "~1.0.0",
41 "_originalSource": "PolymerElements/iron-fit-behavior", 41 "_originalSource": "PolymerElements/iron-fit-behavior"
42 "_direct": true
43 } 42 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698