Blame view

bower_components/iron-behaviors/bower.json 954 Bytes
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-behaviors",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.9",
73bcce88   luigser   COMPONENTS
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
    "description": "Provides a set of behaviors for the iron elements",
    "private": true,
    "authors": [
      "The Polymer Authors"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-behaviors.git"
    },
    "main": [
      "iron-button-state.html",
      "iron-control-state.html"
    ],
    "license": "http://polymer.github.io/LICENSE.txt",
    "dependencies": {
c5169e0e   Renato De Donato   a new hope
19
      "polymer": "Polymer/polymer#^1.0.0",
73bcce88   luigser   COMPONENTS
20
21
22
23
      "iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0"
    },
    "devDependencies": {
      "paper-styles": "polymerelements/paper-styles#^1.0.2",
73bcce88   luigser   COMPONENTS
24
25
26
      "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
      "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
      "test-fixture": "polymerelements/test-fixture#^1.0.0",
c5169e0e   Renato De Donato   a new hope
27
      "web-component-tester": "*",
73bcce88   luigser   COMPONENTS
28
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
c5169e0e   Renato De Donato   a new hope
29
    }
73bcce88   luigser   COMPONENTS
30
  }