Blame view

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