Blame view

bower_components/iron-component-page/bower.json 1.19 KB
eb240478   Luigi Serra   public room cards...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  {
    "name": "iron-component-page",
    "description": "Turns a raw element definition into beautiful documentation",
    "authors": [
      "The Polymer Authors"
    ],
    "keywords": [
      "web-components",
      "polymer",
      "docs"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-component-page.git"
    },
c5169e0e   Renato De Donato   a new hope
16
    "version": "1.0.8",
eb240478   Luigi Serra   public room cards...
17
18
19
    "private": true,
    "license": "http://polymer.github.io/LICENSE.txt",
    "dependencies": {
c5169e0e   Renato De Donato   a new hope
20
      "polymer": "Polymer/polymer#^1.0.0",
eb240478   Luigi Serra   public room cards...
21
22
      "iron-doc-viewer": "PolymerElements/iron-doc-viewer#^1.0.1",
      "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
c5169e0e   Renato De Donato   a new hope
23
24
25
26
      "paper-toolbar": "PolymerElements/paper-toolbar#^1.0.0",
      "iron-ajax": "PolymerElements/iron-ajax#^1.0.0",
      "hydrolysis": "Polymer/hydrolysis#^1.18",
      "paper-header-panel": "PolymerElements/paper-header-panel#^1.0.0",
eb240478   Luigi Serra   public room cards...
27
28
      "iron-icons": "PolymerElements/iron-icons#^1.0.0",
      "iron-selector": "PolymerElements/iron-selector#^1.0.0",
c5169e0e   Renato De Donato   a new hope
29
      "paper-styles": "PolymerElements/paper-styles#^1.0.0"
eb240478   Luigi Serra   public room cards...
30
31
32
    },
    "devDependencies": {
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
c5169e0e   Renato De Donato   a new hope
33
34
35
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
      "web-component-tester": "*"
    }
eb240478   Luigi Serra   public room cards...
36
  }