| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "name": "iron-image", | |
| 3 "version": "1.2.3", | |
| 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.1.0" | |
| 22 }, | |
| 23 "devDependencies": { | |
| 24 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | |
| 25 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", | |
| 26 "paper-styles": "PolymerElements/paper-styles#^1.0.4", | |
| 27 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | |
| 28 "web-component-tester": "^4.0.0", | |
| 29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | |
| 30 }, | |
| 31 "main": "iron-image.html", | |
| 32 "ignore": [] | |
| 33 } | |
| OLD | NEW |