Blame view

bower_components/iron-form-element-behavior/bower.json 881 Bytes
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-form-element-behavior",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.5",
73bcce88   luigser   COMPONENTS
4
5
    "license": "http://polymer.github.io/LICENSE.txt",
    "private": true,
c5169e0e   Renato De Donato   a new hope
6
7
8
    "main": [
      "iron-form-element-behavior.html"
    ],
e619a3b0   Luigi Serra   Controllet cross ...
9
10
11
    "authors": [
      "The Polymer Authors"
    ],
73bcce88   luigser   COMPONENTS
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
    "description": "Enables a custom element to be included in an iron-form",
    "keywords": [
      "web-components",
      "polymer",
      "form"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-form-element-behavior.git"
    },
    "dependencies": {
      "polymer": "Polymer/polymer#^1.0.0"
    },
    "devDependencies": {
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
73bcce88   luigser   COMPONENTS
27
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
c5169e0e   Renato De Donato   a new hope
28
29
30
31
      "web-component-tester": "*",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
      "paper-styles": "PolymerElements/paper-styles#^1.0.0"
    }
73bcce88   luigser   COMPONENTS
32
  }