Blame view

bower_components/iron-a11y-keys-behavior/bower.json 944 Bytes
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-a11y-keys-behavior",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.8",
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
    "description": "A behavior that enables keybindings for greater a11y.",
    "keywords": [
      "web-components",
      "web-component",
      "polymer",
      "a11y",
      "input"
    ],
    "authors": [
      "The Polymer Authors"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-a11y-keys-behavior.git"
    },
    "main": "iron-a11y-keys-behavior.html",
    "license": "http://polymer.github.io/LICENSE.txt",
    "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",
      "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
      "test-fixture": "polymerelements/test-fixture#^1.0.0",
c5169e0e   Renato De Donato   a new hope
29
      "web-component-tester": "*",
73bcce88   luigser   COMPONENTS
30
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
c5169e0e   Renato De Donato   a new hope
31
    }
73bcce88   luigser   COMPONENTS
32
  }