Blame view

bower_components/iron-icons/bower.json 1.04 KB
e619a3b0   Luigi Serra   Controllet cross ...
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
32
33
34
35
36
37
  {
    "name": "iron-icons",
    "version": "1.0.4",
    "description": "A set of icons for use with iron-icon",
    "authors": [
      "The Polymer Authors"
    ],
    "keywords": [
      "web-components",
      "polymer",
      "icon"
    ],
    "main": "iron-icons.html",
    "private": true,
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-icons"
    },
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/paper-icons",
    "dependencies": {
      "iron-icon": "polymerelements/iron-icon#^1.0.0",
      "iron-iconset-svg": "polymerelements/iron-iconset-svg#^1.0.0",
      "polymer": "Polymer/polymer#^1.0.0"
    },
    "devDependencies": {
      "paper-styles": "polymerelements/paper-styles#^1.0.2",
      "iron-component-page": "polymerelements/iron-component-page#1.0.0",
      "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
      "iron-meta": "polymerelements/iron-meta#^1.0.0",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    },
    "ignore": [
      "util",
      "update-icons.sh"
    ]
  }