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
|
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0"
|
73bcce88
luigser
COMPONENTS
|
31
|
},
|
73bcce88
luigser
COMPONENTS
|
32
|
"homepage": "https://github.com/PolymerElements/iron-form-element-behavior",
|
c5169e0e
Renato De Donato
a new hope
|
33
|
"_release": "1.0.5",
|
73bcce88
luigser
COMPONENTS
|
34
35
|
"_resolution": {
"type": "version",
|
c5169e0e
Renato De Donato
a new hope
|
36
37
|
"tag": "v1.0.5",
"commit": "52b16e14511a4b659658da705f5f4b2b45131941"
|
73bcce88
luigser
COMPONENTS
|
38
39
40
41
42
|
},
"_source": "git://github.com/PolymerElements/iron-form-element-behavior.git",
"_target": "^1.0.0",
"_originalSource": "PolymerElements/iron-form-element-behavior"
}
|