OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "iron-image", |
| 3 "version": "1.0.2", |
| 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 "repository": { |
| 16 "type": "git", |
| 17 "url": "git://github.com/PolymerElements/iron-image.git" |
| 18 }, |
| 19 "dependencies": { |
| 20 "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0", |
| 21 "polymer": "Polymer/polymer#^1.0.0" |
| 22 }, |
| 23 "devDependencies": { |
| 24 "paper-styles": "polymerelements/paper-styles#^1.0.4", |
| 25 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", |
| 26 "test-fixture": "polymerelements/test-fixture#^1.0.0", |
| 27 "web-component-tester": "*", |
| 28 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 29 } |
| 30 } |
OLD | NEW |