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

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

Issue 1261403002: Add paper-menu-button and its dependencies to third_party/polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reproduce.sh 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-form-element-behavior", 2 "name": "iron-form-element-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 "private": true, 5 "private": true,
6 "main": "iron-form-element-behavior.html", 6 "main": "iron-form-element-behavior.html",
7 "authors": "The Polymer Authors", 7 "authors": "The Polymer Authors",
8 "description": "Enables a custom element to be included in an iron-form", 8 "description": "Enables a custom element to be included in an iron-form",
9 "keywords": [ 9 "keywords": [
10 "web-components", 10 "web-components",
(...skipping 15 matching lines...) Expand all
26 "paper-styles": "PolymerElements/paper-styles#^1.0.0" 26 "paper-styles": "PolymerElements/paper-styles#^1.0.0"
27 }, 27 },
28 "homepage": "https://github.com/PolymerElements/iron-form-element-behavior", 28 "homepage": "https://github.com/PolymerElements/iron-form-element-behavior",
29 "_release": "1.0.3", 29 "_release": "1.0.3",
30 "_resolution": { 30 "_resolution": {
31 "type": "version", 31 "type": "version",
32 "tag": "v1.0.3", 32 "tag": "v1.0.3",
33 "commit": "a55bc86f6f4fcba1d1c08d6bfaa26ba145ce3112" 33 "commit": "a55bc86f6f4fcba1d1c08d6bfaa26ba145ce3112"
34 }, 34 },
35 "_source": "git://github.com/PolymerElements/iron-form-element-behavior.git", 35 "_source": "git://github.com/PolymerElements/iron-form-element-behavior.git",
36 "_target": "^1.0.0", 36 "_target": "~1.0.0",
37 "_originalSource": "PolymerElements/iron-form-element-behavior" 37 "_originalSource": "PolymerElements/iron-form-element-behavior"
38 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698