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