| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "iron-image", | 2 "name": "iron-image", |
| 3 "version": "1.2.2", | 3 "version": "1.2.3", |
| 4 "license": "http://polymer.github.io/LICENSE.txt", | 4 "license": "http://polymer.github.io/LICENSE.txt", |
| 5 "description": "An image-displaying element with lots of convenient features", | 5 "description": "An image-displaying element with lots of convenient features", |
| 6 "private": true, | 6 "private": true, |
| 7 "authors": [ | 7 "authors": [ |
| 8 "The Polymer Authors" | 8 "The Polymer Authors" |
| 9 ], | 9 ], |
| 10 "keywords": [ | 10 "keywords": [ |
| 11 "web-components", | 11 "web-components", |
| 12 "polymer", | 12 "polymer", |
| 13 "media" | 13 "media" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 24 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 24 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 25 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", | 25 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", |
| 26 "paper-styles": "PolymerElements/paper-styles#^1.0.4", | 26 "paper-styles": "PolymerElements/paper-styles#^1.0.4", |
| 27 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 27 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 28 "web-component-tester": "^4.0.0", | 28 "web-component-tester": "^4.0.0", |
| 29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 30 }, | 30 }, |
| 31 "main": "iron-image.html", | 31 "main": "iron-image.html", |
| 32 "ignore": [] | 32 "ignore": [] |
| 33 } | 33 } |
| OLD | NEW |