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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/paper-header-panel/.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": "paper-header-panel", 2 "name": "paper-header-panel",
3 "version": "1.0.2", 3 "version": "1.0.2",
4 "description": "A header and content wrapper for layout with headers", 4 "description": "A header and content wrapper for layout with headers",
5 "authors": [ 5 "authors": [
6 "The Polymer Authors" 6 "The Polymer Authors"
7 ], 7 ],
8 "keywords": [ 8 "keywords": [
9 "web-components", 9 "web-components",
10 "polymer", 10 "polymer",
(...skipping 14 matching lines...) Expand all
25 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", 25 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
26 "paper-styles": "PolymerElements/paper-styles#^1.0.0" 26 "paper-styles": "PolymerElements/paper-styles#^1.0.0"
27 }, 27 },
28 "_release": "1.0.2", 28 "_release": "1.0.2",
29 "_resolution": { 29 "_resolution": {
30 "type": "version", 30 "type": "version",
31 "tag": "v1.0.2", 31 "tag": "v1.0.2",
32 "commit": "19cde2fc5dfd51439e3433b3d5e6b618d444cb0a" 32 "commit": "19cde2fc5dfd51439e3433b3d5e6b618d444cb0a"
33 }, 33 },
34 "_source": "git://github.com/PolymerElements/paper-header-panel.git", 34 "_source": "git://github.com/PolymerElements/paper-header-panel.git",
35 "_target": "^1.0.0", 35 "_target": "~1.0.0",
36 "_originalSource": "PolymerElements/paper-header-panel" 36 "_originalSource": "PolymerElements/paper-header-panel"
37 } 37 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698