Blame view

bower_components/iron-fit-behavior/bower.json 841 Bytes
73bcce88   luigser   COMPONENTS
1
2
3
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
30
31
32
  {
    "name": "iron-fit-behavior",
    "version": "1.0.3",
    "license": "http://polymer.github.io/LICENSE.txt",
    "description": "Fits an element inside another element",
    "private": true,
    "main": [
      "iron-fit-behavior.html"
    ],
    "keywords": [
      "web-components",
      "polymer",
      "behavior"
    ],
    "authors": [
      "The Polymer Authors"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-fit-behavior.git"
    },
    "dependencies": {
      "polymer": "Polymer/polymer#^1.0.0"
    },
    "devDependencies": {
      "paper-styles": "polymerelements/paper-styles#^1.0.2",
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
      "web-component-tester": "*",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    }
  }