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