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

Side by Side Diff: third_party/polymer/v0_8/components/paper-radio-button/.bower.json

Issue 1162563004: Upgrade to 1.0 and switch clients to dom-repeat where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a layout import and remove the gzipped webanimation in reproduce.sh Created 5 years, 6 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
(Empty)
1 {
2 "name": "paper-radio-button",
3 "version": "1.0.1",
4 "description": "A material design radio button",
5 "authors": [
6 "The Polymer Authors"
7 ],
8 "keywords": [
9 "web-components",
10 "polymer",
11 "radio",
12 "control"
13 ],
14 "private": true,
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/PolymerElements/paper-radio-button"
18 },
19 "license": "http://polymer.github.io/LICENSE.txt",
20 "homepage": "https://github.com/PolymerElements/paper-radio-button",
21 "ignore": [],
22 "dependencies": {
23 "paper-ripple": "PolymerElements/paper-ripple#^1.0.0",
24 "paper-styles": "PolymerLabs/paper-styles#^1.0.0",
25 "paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0",
26 "polymer": "Polymer/polymer#^1.0.0"
27 },
28 "devDependencies": {
29 "web-component-tester": "*",
30 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
31 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
32 "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
33 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
34 },
35 "_release": "1.0.1",
36 "_resolution": {
37 "type": "version",
38 "tag": "v1.0.1",
39 "commit": "922027de73c04f430d74679a167651a8c1db97e8"
40 },
41 "_source": "git://github.com/PolymerElements/paper-radio-button.git",
42 "_target": "^1.0.0",
43 "_originalSource": "PolymerElements/paper-radio-button"
44 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698