73bcce88
luigser
COMPONENTS
|
1
2
|
{
"name": "iron-behaviors",
|
c5169e0e
Renato De Donato
a new hope
|
3
|
"version": "1.0.9",
|
73bcce88
luigser
COMPONENTS
|
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
"description": "Provides a set of behaviors for the iron elements",
"private": true,
"authors": [
"The Polymer Authors"
],
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/iron-behaviors.git"
},
"main": [
"iron-button-state.html",
"iron-control-state.html"
],
"license": "http://polymer.github.io/LICENSE.txt",
"dependencies": {
|
c5169e0e
Renato De Donato
a new hope
|
19
|
"polymer": "Polymer/polymer#^1.0.0",
|
73bcce88
luigser
COMPONENTS
|
20
21
22
23
|
"iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0"
},
"devDependencies": {
"paper-styles": "polymerelements/paper-styles#^1.0.2",
|
73bcce88
luigser
COMPONENTS
|
24
25
26
|
"iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
|
c5169e0e
Renato De Donato
a new hope
|
27
|
"web-component-tester": "*",
|
73bcce88
luigser
COMPONENTS
|
28
29
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
|
73bcce88
luigser
COMPONENTS
|
30
|
"homepage": "https://github.com/PolymerElements/iron-behaviors",
|
c5169e0e
Renato De Donato
a new hope
|
31
|
"_release": "1.0.9",
|
73bcce88
luigser
COMPONENTS
|
32
33
|
"_resolution": {
"type": "version",
|
c5169e0e
Renato De Donato
a new hope
|
34
35
|
"tag": "v1.0.9",
"commit": "4b8cab62a4916cc4b1dbd262cbb7eb1eec624b6f"
|
73bcce88
luigser
COMPONENTS
|
36
37
38
39
40
|
},
"_source": "git://github.com/PolymerElements/iron-behaviors.git",
"_target": "^1.0.0",
"_originalSource": "PolymerElements/iron-behaviors"
}
|