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

Side by Side Diff: third_party/polymer/v0_8/components/iron-a11y-announcer/.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": "iron-a11y-announcer",
3 "version": "1.0.0",
4 "description": "A singleton element that simplifies announcing text to screen readers.",
5 "keywords": [
6 "web-components",
7 "polymer",
8 "a11y",
9 "live"
10 ],
11 "authors": [
12 "The Polymer Authors"
13 ],
14 "main": "iron-a11y-announcer.html",
15 "license": "http://polymer.github.io/LICENSE.txt",
16 "dependencies": {
17 "polymer": "polymer/polymer#^1.0.0"
18 },
19 "devDependencies": {
20 "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
21 "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
22 "paper-button": "polymerelements/paper-button#^1.0.0",
23 "paper-styles": "polymerelements/paper-styles#^1.0.0",
24 "test-fixture": "polymerelements/test-fixture#^1.0.0",
25 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
26 "web-component-tester": "*"
27 },
28 "homepage": "https://github.com/PolymerElements/iron-a11y-announcer",
29 "_release": "1.0.0",
30 "_resolution": {
31 "type": "version",
32 "tag": "v1.0.0",
33 "commit": "c809efbb3fd27a25eef515acd2f46f07a5f5c6a2"
34 },
35 "_source": "git://github.com/PolymerElements/iron-a11y-announcer.git",
36 "_target": "^1.0.0",
37 "_originalSource": "PolymerElements/iron-a11y-announcer"
38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698