Blame view

bower_components/iron-selector/.bower.json 1.25 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-selector",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.7",
73bcce88   luigser   COMPONENTS
4
5
6
    "description": "Manages a set of elements that can be selected",
    "private": true,
    "license": "http://polymer.github.io/LICENSE.txt",
c5169e0e   Renato De Donato   a new hope
7
8
9
    "main": [
      "iron-selector.html"
    ],
73bcce88   luigser   COMPONENTS
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
    "authors": [
      "The Polymer Authors"
    ],
    "keywords": [
      "web-components",
      "polymer",
      "selector"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-selector.git"
    },
    "homepage": "https://github.com/PolymerElements/iron-selector",
    "ignore": [],
    "dependencies": {
c5169e0e   Renato De Donato   a new hope
25
      "polymer": "Polymer/polymer#^1.0.0"
73bcce88   luigser   COMPONENTS
26
27
    },
    "devDependencies": {
73bcce88   luigser   COMPONENTS
28
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
e619a3b0   Luigi Serra   Controllet cross ...
29
30
      "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
      "paper-styles": "PolymerElements/paper-styles#^1.0.4",
73bcce88   luigser   COMPONENTS
31
32
33
34
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
      "web-component-tester": "*",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    },
c5169e0e   Renato De Donato   a new hope
35
    "_release": "1.0.7",
73bcce88   luigser   COMPONENTS
36
37
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
38
39
      "tag": "v1.0.7",
      "commit": "0b2f484ac3b1b03400da2d38b0f543f3688150a4"
73bcce88   luigser   COMPONENTS
40
41
42
43
44
    },
    "_source": "git://github.com/PolymerElements/iron-selector.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/iron-selector"
  }