Blame view

bower_components/paper-badge/.bower.json 1.31 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "paper-badge",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.4",
73bcce88   luigser   COMPONENTS
4
5
6
7
8
9
10
11
12
13
    "description": "Material design status message for elements",
    "authors": [
      "The Polymer Authors"
    ],
    "keywords": [
      "web-components",
      "polymer",
      "badge",
      "notification"
    ],
c5169e0e   Renato De Donato   a new hope
14
15
16
    "main": [
      "paper-badge.html"
    ],
73bcce88   luigser   COMPONENTS
17
18
19
20
21
22
23
24
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/paper-badge.git"
    },
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/paper-badge",
    "ignore": [],
    "dependencies": {
eb240478   Luigi Serra   public room cards...
25
26
27
      "polymer": "Polymer/polymer#^1.1.0",
      "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
      "paper-styles": "PolymerElements/paper-styles#^1.0.0"
73bcce88   luigser   COMPONENTS
28
29
30
    },
    "devDependencies": {
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
eb240478   Luigi Serra   public room cards...
31
      "paper-icon-button": "PolymerElements/paper-icon-button#^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": "*",
eb240478   Luigi Serra   public room cards...
34
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
73bcce88   luigser   COMPONENTS
35
    },
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": "9b3b671ecabe9ab6f22b63a0028ada272dc7ab7f"
73bcce88   luigser   COMPONENTS
41
42
43
44
45
    },
    "_source": "git://github.com/PolymerElements/paper-badge.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/paper-badge"
  }