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

Side by Side Diff: third_party/polymer/v0_8/components-chromium/iron-a11y-keys/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-keys",
3 "version": "1.0.0",
4 "description": "A basic element implementation of iron-a11y-keys-behavior, mat ching the legacy core-a11y-keys.",
5 "keywords": [
6 "web-components",
7 "web-component",
8 "polymer",
9 "a11y",
10 "input"
11 ],
12 "authors": [
13 "The Polymer Authors"
14 ],
15 "main": "iron-a11y-keys.html",
16 "license": "http://polymer.github.io/LICENSE.txt",
17 "dependencies": {
18 "polymer": "polymer/polymer#^1.0.0",
19 "iron-a11y-keys-behavior": "polymerelements/iron-a11y-keys-behavior#^1.0.0"
20 },
21 "devDependencies": {
22 "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
23 "test-fixture": "polymerelements/test-fixture#^1.0.0",
24 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
25 "web-component-tester": "*",
26 "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0"
27 }
28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698