Blame view

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