Blame view

bower_components/paper-header-panel/bower.json 1010 Bytes
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "paper-header-panel",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.5",
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"
    ],
c5169e0e   Renato De Donato   a new hope
13
14
15
    "main": [
      "paper-header-panel.html"
    ],
73bcce88   luigser   COMPONENTS
16
17
18
19
20
21
22
23
24
25
    "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",
c5169e0e   Renato De Donato   a new hope
26
      "polymer": "Polymer/polymer#^1.0.0"
73bcce88   luigser   COMPONENTS
27
28
    },
    "devDependencies": {
c5169e0e   Renato De Donato   a new hope
29
      "web-component-tester": "*",
73bcce88   luigser   COMPONENTS
30
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
73bcce88   luigser   COMPONENTS
31
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
c5169e0e   Renato De Donato   a new hope
32
33
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
      "paper-styles": "PolymerElements/paper-styles#^1.0.0"
73bcce88   luigser   COMPONENTS
34
35
    }
  }