OLD | NEW |
1 { | 1 { |
2 "name": "paper-header-panel", | 2 "name": "paper-header-panel", |
3 "version": "1.1.3", | 3 "version": "1.1.4", |
4 "description": "A header and content wrapper for layout with headers", | 4 "description": "A header and content wrapper for layout with headers", |
5 "authors": [ | 5 "authors": [ |
6 "The Polymer Authors" | 6 "The Polymer Authors" |
7 ], | 7 ], |
8 "keywords": [ | 8 "keywords": [ |
9 "web-components", | 9 "web-components", |
10 "polymer", | 10 "polymer", |
11 "layout" | 11 "layout" |
12 ], | 12 ], |
13 "main": "paper-header-panel.html", | 13 "main": "paper-header-panel.html", |
(...skipping 10 matching lines...) Expand all Loading... |
24 "polymer": "Polymer/polymer#^1.1.0" | 24 "polymer": "Polymer/polymer#^1.1.0" |
25 }, | 25 }, |
26 "devDependencies": { | 26 "devDependencies": { |
27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
28 "paper-styles": "PolymerElements/paper-styles#^1.0.0", | 28 "paper-styles": "PolymerElements/paper-styles#^1.0.0", |
29 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 29 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
30 "web-component-tester": "^4.0.0", | 30 "web-component-tester": "^4.0.0", |
31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
32 } | 32 } |
33 } | 33 } |
OLD | NEW |