Blame view

bower_components/paper-styles/bower.json 803 Bytes
73bcce88   luigser   COMPONENTS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  {
    "name": "paper-styles",
    "version": "1.0.10",
    "description": "Common (global) styles for Material Design elements.",
    "authors": [
      "The Polymer Authors"
    ],
    "keywords": [
      "web-component",
      "polymer",
      "style"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/paper-styles.git"
    },
    "main": "paper-styles.html",
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/polymerelements/paper-styles/",
    "ignore": [
      "/.*"
    ],
    "dependencies": {
      "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
      "font-roboto": "PolymerElements/font-roboto#^1.0.1",
      "polymer": "Polymer/polymer#^1.0.0"
    },
    "devDependencies": {
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    }
  }