Blame view

bower_components/iron-image/bower.json 897 Bytes
c5169e0e   Renato De Donato   a new hope
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
  {

    "name": "iron-image",

    "version": "1.0.2",

    "license": "http://polymer.github.io/LICENSE.txt",

    "description": "An image-displaying element with lots of convenient features",

    "private": true,

    "authors": [

      "The Polymer Authors"

    ],

    "keywords": [

      "web-components",

      "polymer",

      "media"

    ],

    "repository": {

      "type": "git",

      "url": "git://github.com/PolymerElements/iron-image.git"

    },

    "dependencies": {

      "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",

      "polymer": "Polymer/polymer#^1.0.0"

    },

    "devDependencies": {

      "paper-styles": "polymerelements/paper-styles#^1.0.4",

      "iron-component-page": "polymerelements/iron-component-page#^1.0.0",

      "test-fixture": "polymerelements/test-fixture#^1.0.0",

      "web-component-tester": "*",

      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"

    }

  }