OLD | NEW |
1 { | 1 { |
2 "name": "paper-scroll-header-panel", | 2 "name": "paper-scroll-header-panel", |
3 "description": "A header bar with scrolling behavior", | 3 "description": "A header bar with scrolling behavior", |
4 "version": "1.0.1", | 4 "version": "1.0.1", |
5 "license": "http://polymer.github.io/LICENSE.txt", | 5 "license": "http://polymer.github.io/LICENSE.txt", |
6 "private": true, | 6 "private": true, |
7 "authors": "The Polymer Authors", | 7 "authors": "The Polymer Authors", |
8 "keywords": [ | 8 "keywords": [ |
9 "web-components", | 9 "web-components", |
10 "polymer", | 10 "polymer", |
(...skipping 18 matching lines...) Expand all Loading... |
29 "iron-media-query": "PolymerElements/iron-media-query#^1.0.0", | 29 "iron-media-query": "PolymerElements/iron-media-query#^1.0.0", |
30 "iron-icons": "PolymerElements/iron-icons#^1.0.0", | 30 "iron-icons": "PolymerElements/iron-icons#^1.0.0", |
31 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0", | 31 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0", |
32 "paper-input": "PolymerElements/paper-input#^1.0.0", | 32 "paper-input": "PolymerElements/paper-input#^1.0.0", |
33 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 33 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
34 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 34 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
35 "web-component-tester": "*", | 35 "web-component-tester": "*", |
36 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 36 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
37 } | 37 } |
38 } | 38 } |
OLD | NEW |