| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "name": "iron-meta", | |
| 3 "version": "1.1.1", | |
| 4 "keywords": [ | |
| 5 "web-components", | |
| 6 "polymer" | |
| 7 ], | |
| 8 "license": "http://polymer.github.io/LICENSE.txt", | |
| 9 "description": "Useful for sharing information across a DOM tree", | |
| 10 "private": true, | |
| 11 "authors": [ | |
| 12 "The Polymer Authors" | |
| 13 ], | |
| 14 "repository": { | |
| 15 "type": "git", | |
| 16 "url": "git://github.com/PolymerElements/iron-meta.git" | |
| 17 }, | |
| 18 "dependencies": { | |
| 19 "polymer": "Polymer/polymer#^1.0.0" | |
| 20 }, | |
| 21 "devDependencies": { | |
| 22 "paper-styles": "polymerelements/paper-styles#^1.0.4", | |
| 23 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", | |
| 24 "test-fixture": "polymerelements/test-fixture#^1.0.0", | |
| 25 "web-component-tester": "*", | |
| 26 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | |
| 27 }, | |
| 28 "main": "iron-meta.html" | |
| 29 } | |
| OLD | NEW |