| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "iron-a11y-keys", | 2 "name": "iron-a11y-keys", |
| 3 "version": "1.0.6", | 3 "version": "1.0.7", |
| 4 "description": "A basic element implementation of iron-a11y-keys-behavior, mat
ching the legacy core-a11y-keys.", | 4 "description": "A basic element implementation of iron-a11y-keys-behavior, mat
ching the legacy core-a11y-keys.", |
| 5 "keywords": [ | 5 "keywords": [ |
| 6 "web-components", | 6 "web-components", |
| 7 "web-component", | 7 "web-component", |
| 8 "polymer", | 8 "polymer", |
| 9 "a11y", | 9 "a11y", |
| 10 "input" | 10 "input" |
| 11 ], | 11 ], |
| 12 "authors": [ | 12 "authors": [ |
| 13 "The Polymer Authors" | 13 "The Polymer Authors" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 25 "devDependencies": { | 25 "devDependencies": { |
| 26 "paper-styles": "PolymerElements/paper-styles#^1.0.2", | 26 "paper-styles": "PolymerElements/paper-styles#^1.0.2", |
| 27 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", | 27 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", |
| 28 "test-fixture": "polymerelements/test-fixture#^1.0.0", | 28 "test-fixture": "polymerelements/test-fixture#^1.0.0", |
| 29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", | 29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", |
| 30 "web-component-tester": "^4.0.0", | 30 "web-component-tester": "^4.0.0", |
| 31 "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0" | 31 "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0" |
| 32 }, | 32 }, |
| 33 "ignore": [] | 33 "ignore": [] |
| 34 } | 34 } |
| OLD | NEW |