OLD | NEW |
(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 } |
OLD | NEW |