OLD | NEW |
1 { | 1 { |
2 "name": "iron-meta", | 2 "name": "iron-meta", |
3 "version": "1.0.1", | 3 "version": "1.0.3", |
4 "keywords": [ | 4 "keywords": [ |
5 "web-components", | 5 "web-components", |
6 "polymer", | 6 "polymer" |
7 "meta" | |
8 ], | 7 ], |
9 "license": "http://polymer.github.io/LICENSE.txt", | 8 "license": "http://polymer.github.io/LICENSE.txt", |
10 "description": "Useful for sharing information across a DOM tree", | 9 "description": "Useful for sharing information across a DOM tree", |
11 "private": true, | 10 "private": true, |
12 "authors": [ | 11 "authors": [ |
13 "The Polymer Authors" | 12 "The Polymer Authors" |
14 ], | 13 ], |
15 "keywords": [ | 14 "repository": { |
16 "web-components", | 15 "type": "git", |
17 "polymer" | 16 "url": "git://github.com/PolymerElements/iron-meta.git" |
18 ], | 17 }, |
19 "dependencies": { | 18 "dependencies": { |
20 "polymer": "Polymer/polymer#^1.0.0" | 19 "polymer": "Polymer/polymer#^1.0.0" |
21 }, | 20 }, |
22 "devDependencies": { | 21 "devDependencies": { |
| 22 "paper-styles": "polymerelements/paper-styles#^1.0.4", |
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 |