Blame view

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