Blame view

bower_components/iron-input/.bower.json 1.31 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-input",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.6",
73bcce88   luigser   COMPONENTS
4
5
6
7
8
9
10
11
12
    "description": "An input element with data binding",
    "authors": [
      "The Polymer Authors"
    ],
    "keywords": [
      "web-components",
      "polymer",
      "input"
    ],
c5169e0e   Renato De Donato   a new hope
13
14
15
    "main": [
      "iron-input.html"
    ],
73bcce88   luigser   COMPONENTS
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
    "private": true,
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-input.git"
    },
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/iron-input",
    "ignore": [],
    "dependencies": {
      "iron-validatable-behavior": "PolymerElements/iron-validatable-behavior#^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-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0",
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
c5169e0e   Renato De Donato   a new hope
33
      "web-component-tester": "*",
73bcce88   luigser   COMPONENTS
34
35
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
    },
c5169e0e   Renato De Donato   a new hope
36
    "_release": "1.0.6",
73bcce88   luigser   COMPONENTS
37
38
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
39
40
      "tag": "v1.0.6",
      "commit": "a206c6140aad96d5355074676713f9e0a1b1581d"
73bcce88   luigser   COMPONENTS
41
42
43
44
45
    },
    "_source": "git://github.com/PolymerElements/iron-input.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/iron-input"
  }