| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "name": "iron-a11y-keys-behavior", | |
| 3 "version": "1.0.0", | |
| 4 "description": "A behavior that enables keybindings for greater a11y.", | |
| 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-behavior.html", | |
| 16 "license": "http://polymer.github.io/LICENSE.txt", | |
| 17 "dependencies": { | |
| 18 "polymer": "Polymer/polymer#^1.0.0" | |
| 19 }, | |
| 20 "devDependencies": { | |
| 21 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", | |
| 22 "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0", | |
| 23 "test-fixture": "polymerelements/test-fixture#^1.0.0", | |
| 24 "web-component-tester": "*", | |
| 25 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | |
| 26 } | |
| 27 } | |
| OLD | NEW |