OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "iron-image", |
| 3 "version": "1.0.0", |
| 4 "license": "http://polymer.github.io/LICENSE.txt", |
| 5 "description": "An image-displaying element with lots of convenient features", |
| 6 "private": true, |
| 7 "authors": [ |
| 8 "The Polymer Authors" |
| 9 ], |
| 10 "keywords": [ |
| 11 "web-components", |
| 12 "polymer", |
| 13 "media" |
| 14 ], |
| 15 "dependencies": { |
| 16 "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0", |
| 17 "polymer": "Polymer/polymer#^1.0.0" |
| 18 }, |
| 19 "devDependencies": { |
| 20 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", |
| 21 "test-fixture": "polymerelements/test-fixture#^1.0.0", |
| 22 "web-component-tester": "*", |
| 23 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 24 } |
| 25 } |
OLD | NEW |