Blame view

bower_components/iron-collapse/bower.json 862 Bytes
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-collapse",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.4",
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
26
27
28
29
    "description": "Provides a collapsable container",
    "authors": [
      "The Polymer Authors"
    ],
    "keywords": [
      "web-components",
      "polymer",
      "container"
    ],
    "private": true,
    "repository": {
      "type": "git",
      "url": "https://github.com/PolymerElements/iron-collapse"
    },
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/iron-collapse",
    "ignore": [],
    "dependencies": {
      "polymer": "Polymer/polymer#^1.0.0"
    },
    "devDependencies": {
      "web-component-tester": "*",
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
      "paper-styles": "PolymerElements/paper-styles#^1.0.0",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
c5169e0e   Renato De Donato   a new hope
30
    }
73bcce88   luigser   COMPONENTS
31
  }