Blame view

bower_components/iron-form/.bower.json 1.43 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-form",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.10",
73bcce88   luigser   COMPONENTS
4
5
6
    "description": "Makes it easier to manage forms",
    "keywords": [
      "web-components",
c5169e0e   Renato De Donato   a new hope
7
8
      "web-component",
      "polymer"
73bcce88   luigser   COMPONENTS
9
10
11
12
    ],
    "authors": [
      "The Polymer Authors"
    ],
c5169e0e   Renato De Donato   a new hope
13
14
15
    "main": [
      "iron-form.html"
    ],
73bcce88   luigser   COMPONENTS
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
    "private": true,
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-form.git"
    },
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/iron-form",
    "ignore": [],
    "dependencies": {
      "polymer": "Polymer/polymer#^1.0.0",
      "iron-ajax": "PolymerElements/iron-ajax#^1.0.0"
    },
    "devDependencies": {
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
      "iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#^1.0.0",
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
c5169e0e   Renato De Donato   a new hope
32
      "web-component-tester": "*",
73bcce88   luigser   COMPONENTS
33
34
      "webcomponentsjs": "^0.7.0",
      "paper-input": "PolymerElements/paper-input#^1.0.0",
e619a3b0   Luigi Serra   Controllet cross ...
35
      "paper-checkbox": "PolymerElements/paper-checkbox#^1.0.0",
73bcce88   luigser   COMPONENTS
36
      "paper-button": "PolymerElements/paper-button#^1.0.0",
73bcce88   luigser   COMPONENTS
37
38
      "paper-styles": "PolymerElements/paper-styles#^1.0.0"
    },
c5169e0e   Renato De Donato   a new hope
39
    "_release": "1.0.10",
73bcce88   luigser   COMPONENTS
40
41
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
42
43
      "tag": "v1.0.10",
      "commit": "1e53a78fab9a0bf5fdf8e5baa121001f49eee5d8"
73bcce88   luigser   COMPONENTS
44
45
46
47
48
    },
    "_source": "git://github.com/PolymerElements/iron-form.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/iron-form"
  }