Blame view

bower_components/paper-material/bower.json 975 Bytes
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "paper-material",
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
    "description": "A material design container that looks like a lifted sheet of paper",
    "private": true,
    "authors": [
      "The Polymer Authors"
    ],
    "keywords": [
      "web-components",
      "web-component",
      "polymer",
      "paper",
      "container"
    ],
c5169e0e   Renato De Donato   a new hope
16
17
18
    "main": [
      "paper-material.html"
    ],
73bcce88   luigser   COMPONENTS
19
20
21
22
23
24
25
26
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/paper-material"
    },
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/paper-material",
    "ignore": [],
    "dependencies": {
eb240478   Luigi Serra   public room cards...
27
28
      "polymer": "Polymer/polymer#^1.1.0",
      "paper-styles": "polymerelements/paper-styles#^1.0.0"
73bcce88   luigser   COMPONENTS
29
30
    },
    "devDependencies": {
eb240478   Luigi Serra   public room cards...
31
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
c5169e0e   Renato De Donato   a new hope
32
      "web-component-tester": "*",
eb240478   Luigi Serra   public room cards...
33
34
      "test-fixture": "polymerelements/test-fixture#^1.0.0",
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
73bcce88   luigser   COMPONENTS
35
36
    }
  }