Blame view

bower_components/iron-menu-behavior/.bower.json 1.37 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-menu-behavior",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.5",
73bcce88   luigser   COMPONENTS
4
5
6
7
8
9
10
11
    "description": "Provides accessible menu behavior",
    "authors": "The Polymer Authors",
    "keywords": [
      "web-components",
      "polymer",
      "behavior",
      "menu"
    ],
e619a3b0   Luigi Serra   Controllet cross ...
12
13
14
15
    "main": [
      "iron-menu-behavior.html",
      "iron-menubar-behavior.html"
    ],
73bcce88   luigser   COMPONENTS
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
    "private": true,
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-menu-behavior"
    },
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/iron-menu-behavior",
    "ignore": [],
    "dependencies": {
      "iron-selector": "PolymerElements/iron-selector#^1.0.0",
      "polymer": "Polymer/polymer#^1.0.0",
      "iron-a11y-keys-behavior": "polymerelements/iron-a11y-keys-behavior#^1.0.0"
    },
    "devDependencies": {
      "paper-styles": "polymerelements/paper-styles#^1.0.2",
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
73bcce88   luigser   COMPONENTS
32
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
c5169e0e   Renato De Donato   a new hope
33
      "web-component-tester": "*",
73bcce88   luigser   COMPONENTS
34
35
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    },
c5169e0e   Renato De Donato   a new hope
36
    "_release": "1.0.5",
73bcce88   luigser   COMPONENTS
37
38
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
39
40
      "tag": "v1.0.5",
      "commit": "f06af97a224fcb2098f4a0229ec2500350d4ccf0"
73bcce88   luigser   COMPONENTS
41
42
43
44
45
    },
    "_source": "git://github.com/PolymerElements/iron-menu-behavior.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/iron-menu-behavior"
  }