Blame view

bower_components/iron-a11y-keys-behavior/.bower.json 1.35 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-a11y-keys-behavior",
a1a3bc73   Luigi Serra   graphs updates
3
    "version": "1.1.1",
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",
a1a3bc73   Luigi Serra   graphs updates
29
      "web-component-tester": "polymer/web-component-tester#^3.4.0",
73bcce88   luigser   COMPONENTS
30
31
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    },
a1a3bc73   Luigi Serra   graphs updates
32
    "ignore": [],
eb240478   Luigi Serra   public room cards...
33
    "homepage": "https://github.com/polymerelements/iron-a11y-keys-behavior",
a1a3bc73   Luigi Serra   graphs updates
34
    "_release": "1.1.1",
73bcce88   luigser   COMPONENTS
35
36
    "_resolution": {
      "type": "version",
a1a3bc73   Luigi Serra   graphs updates
37
38
      "tag": "v1.1.1",
      "commit": "12af7cb19b2c6b3887e37a5ea1501ffe676d1e8a"
73bcce88   luigser   COMPONENTS
39
    },
eb240478   Luigi Serra   public room cards...
40
    "_source": "git://github.com/polymerelements/iron-a11y-keys-behavior.git",
73bcce88   luigser   COMPONENTS
41
    "_target": "^1.0.0",
eb240478   Luigi Serra   public room cards...
42
    "_originalSource": "polymerelements/iron-a11y-keys-behavior"
73bcce88   luigser   COMPONENTS
43
  }