Blame view

bower_components/iron-component-page/.bower.json 1.61 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"
    },
a1a3bc73   Luigi Serra   graphs updates
16
    "version": "1.1.4",
eb240478   Luigi Serra   public room cards...
17
18
19
    "private": true,
    "license": "http://polymer.github.io/LICENSE.txt",
    "dependencies": {
a1a3bc73   Luigi Serra   graphs updates
20
21
      "hydrolysis": "Polymer/hydrolysis#^1.18",
      "iron-ajax": "PolymerElements/iron-ajax#^1.0.0",
eb240478   Luigi Serra   public room cards...
22
23
      "iron-doc-viewer": "PolymerElements/iron-doc-viewer#^1.0.1",
      "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
eb240478   Luigi Serra   public room cards...
24
25
      "iron-icons": "PolymerElements/iron-icons#^1.0.0",
      "iron-selector": "PolymerElements/iron-selector#^1.0.0",
a1a3bc73   Luigi Serra   graphs updates
26
27
28
29
      "paper-header-panel": "PolymerElements/paper-header-panel#^1.0.0",
      "paper-styles": "PolymerElements/paper-styles#^1.0.0",
      "paper-toolbar": "PolymerElements/paper-toolbar#^1.0.0",
      "polymer": "Polymer/polymer#^1.1.0"
eb240478   Luigi Serra   public room cards...
30
31
32
    },
    "devDependencies": {
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
a1a3bc73   Luigi Serra   graphs updates
33
34
      "web-component-tester": "*",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
eb240478   Luigi Serra   public room cards...
35
    },
a1a3bc73   Luigi Serra   graphs updates
36
37
    "main": "iron-component-page.html",
    "ignore": [],
eb240478   Luigi Serra   public room cards...
38
    "homepage": "https://github.com/PolymerElements/iron-component-page",
a1a3bc73   Luigi Serra   graphs updates
39
    "_release": "1.1.4",
eb240478   Luigi Serra   public room cards...
40
41
    "_resolution": {
      "type": "version",
a1a3bc73   Luigi Serra   graphs updates
42
43
      "tag": "v1.1.4",
      "commit": "2c769a7053338420fcf647b38f75e43452945973"
eb240478   Luigi Serra   public room cards...
44
45
46
47
    },
    "_source": "git://github.com/PolymerElements/iron-component-page.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/iron-component-page"
73bcce88   luigser   COMPONENTS
48
  }