Blame view

bower_components/iron-doc-viewer/bower.json 1.1 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-doc-viewer",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.6",
73bcce88   luigser   COMPONENTS
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
    "authors": [
      "The Polymer Authors"
    ],
    "description": "Elements for rendering Polymer component documentation.",
    "keywords": [
      "web-component",
      "web-components",
      "polymer"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-doc-viewer.git"
    },
    "main": "iron-doc-viewer.html",
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/iron-doc-viewer/",
    "ignore": [
      "/.*",
      "/tests/"
    ],
    "dependencies": {
      "marked-element": "PolymerElements/marked-element#^1.0.0",
a1a3bc73   Luigi Serra   graphs updates
26
      "paper-styles": "PolymerElements/paper-styles#^1.0.0",
c5169e0e   Renato De Donato   a new hope
27
28
      "paper-button": "PolymerElements/paper-button#^1.0.0",
      "polymer": "Polymer/polymer#^1.0.0",
73bcce88   luigser   COMPONENTS
29
30
31
      "prism-element": "PolymerElements/prism-element#^1.0.2"
    },
    "devDependencies": {
a1a3bc73   Luigi Serra   graphs updates
32
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
c5169e0e   Renato De Donato   a new hope
33
34
35
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
      "web-component-tester": "*"
73bcce88   luigser   COMPONENTS
36
37
    }
  }