Blame view

bower_components/paper-drawer-panel/.bower.json 1.26 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "paper-drawer-panel",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.3",
73bcce88   luigser   COMPONENTS
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
    "description": "A responsive drawer panel",
    "authors": [
      "The Polymer Authors"
    ],
    "keywords": [
      "web-components",
      "polymer",
      "drawer",
      "responsive",
      "layout"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/paper-drawer-panel.git"
    },
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/paper-drawer-panel",
    "dependencies": {
c5169e0e   Renato De Donato   a new hope
22
      "polymer": "Polymer/polymer#^1.0.0",
73bcce88   luigser   COMPONENTS
23
      "iron-selector": "PolymerElements/iron-selector#^1.0.0",
c5169e0e   Renato De Donato   a new hope
24
      "iron-media-query": "PolymerElements/iron-media-query#^1.0.0"
73bcce88   luigser   COMPONENTS
25
26
27
28
29
    },
    "devDependencies": {
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
      "paper-button": "PolymerElements/paper-button#^1.0.0",
      "paper-styles": "PolymerElements/paper-styles#^1.0.0",
c5169e0e   Renato De Donato   a new hope
30
      "web-component-tester": "*",
73bcce88   luigser   COMPONENTS
31
32
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    },
c5169e0e   Renato De Donato   a new hope
33
    "_release": "1.0.3",
73bcce88   luigser   COMPONENTS
34
35
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
36
37
      "tag": "v1.0.3",
      "commit": "92713b61eb8eec378db63af61b73341453b8180d"
73bcce88   luigser   COMPONENTS
38
39
40
41
42
    },
    "_source": "git://github.com/PolymerElements/paper-drawer-panel.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/paper-drawer-panel"
  }