| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "name": "iron-a11y-keys", | |
| 3 "version": "1.0.1", | |
| 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 "paper-styles": "PolymerElements/paper-styles#^1.0.2", | |
| 23 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", | |
| 24 "test-fixture": "polymerelements/test-fixture#^1.0.0", | |
| 25 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", | |
| 26 "web-component-tester": "*", | |
| 27 "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0" | |
| 28 } | |
| 29 } | |
| OLD | NEW |