Blame view

bower_components/iron-media-query/.bower.json 1.14 KB
eb240478   Luigi Serra   public room cards...
1
2
  {
    "name": "iron-media-query",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.4",
eb240478   Luigi Serra   public room cards...
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
    "description": "Lets you bind to a CSS media query",
    "authors": [
      "The Polymer Authors"
    ],
    "keywords": [
      "web-components",
      "polymer",
      "media"
    ],
    "private": true,
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-media-query"
    },
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/iron-media-query",
    "ignore": [],
    "dependencies": {
      "polymer": "Polymer/polymer#^1.0.0"
    },
    "devDependencies": {
      "paper-styles": "polymerelements/paper-styles#^1.0.2",
c5169e0e   Renato De Donato   a new hope
26
      "web-component-tester": "*",
eb240478   Luigi Serra   public room cards...
27
28
29
30
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    },
c5169e0e   Renato De Donato   a new hope
31
    "_release": "1.0.4",
eb240478   Luigi Serra   public room cards...
32
33
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
34
35
      "tag": "v1.0.4",
      "commit": "a9dd58cd50bb9f203a7beef15282bf74e48563a8"
eb240478   Luigi Serra   public room cards...
36
37
38
39
    },
    "_source": "git://github.com/PolymerElements/iron-media-query.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/iron-media-query"
73bcce88   luigser   COMPONENTS
40
  }