Blame view

bower_components/paper-toolbar/.bower.json 1.31 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "paper-toolbar",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.4",
73bcce88   luigser   COMPONENTS
4
5
6
    "license": "http://polymer.github.io/LICENSE.txt",
    "description": "A material design toolbar that is easily customizable",
    "private": true,
c5169e0e   Renato De Donato   a new hope
7
8
9
    "main": [
      "paper-toolbar.html"
    ],
73bcce88   luigser   COMPONENTS
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
    "authors": [
      "The Polymer Authors"
    ],
    "keywords": [
      "web-components",
      "polymer",
      "toolbar",
      "layout"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/paper-toolbar.git"
    },
    "dependencies": {
      "paper-styles": "PolymerElements/paper-styles#^1.0.0",
c5169e0e   Renato De Donato   a new hope
25
      "polymer": "Polymer/polymer#^1.0.0"
73bcce88   luigser   COMPONENTS
26
27
    },
    "devDependencies": {
73bcce88   luigser   COMPONENTS
28
29
      "iron-icons": "PolymerElements/iron-icons#^1.0.0",
      "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
c5169e0e   Renato De Donato   a new hope
30
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
73bcce88   luigser   COMPONENTS
31
32
33
34
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
      "web-component-tester": "*",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    },
73bcce88   luigser   COMPONENTS
35
    "homepage": "https://github.com/PolymerElements/paper-toolbar",
c5169e0e   Renato De Donato   a new hope
36
    "_release": "1.0.4",
73bcce88   luigser   COMPONENTS
37
38
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
39
40
      "tag": "v1.0.4",
      "commit": "15096d1c9ee6cc547eaf078b431f3e07d0968367"
73bcce88   luigser   COMPONENTS
41
42
43
44
45
    },
    "_source": "git://github.com/PolymerElements/paper-toolbar.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/paper-toolbar"
  }