73bcce88
luigser
COMPONENTS
|
1
2
|
{
"name": "paper-header-panel",
|
a1a3bc73
Luigi Serra
graphs updates
|
3
|
"version": "1.1.2",
|
73bcce88
luigser
COMPONENTS
|
4
5
6
7
8
9
10
11
12
|
"description": "A header and content wrapper for layout with headers",
"authors": [
"The Polymer Authors"
],
"keywords": [
"web-components",
"polymer",
"layout"
],
|
a1a3bc73
Luigi Serra
graphs updates
|
13
|
"main": "paper-header-panel.html",
|
73bcce88
luigser
COMPONENTS
|
14
15
16
17
18
19
20
21
22
23
|
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/paper-header-panel.git"
},
"private": true,
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/paper-header-panel",
"ignore": [],
"dependencies": {
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
|
a1a3bc73
Luigi Serra
graphs updates
|
24
|
"polymer": "Polymer/polymer#^1.1.0"
|
73bcce88
luigser
COMPONENTS
|
25
26
|
},
"devDependencies": {
|
73bcce88
luigser
COMPONENTS
|
27
|
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
|
a1a3bc73
Luigi Serra
graphs updates
|
28
|
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
|
73bcce88
luigser
COMPONENTS
|
29
|
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
|
a1a3bc73
Luigi Serra
graphs updates
|
30
31
|
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
73bcce88
luigser
COMPONENTS
|
32
33
|
}
}
|