73bcce88
luigser
COMPONENTS
|
1
2
|
{
"name": "iron-flex-layout",
|
c5169e0e
Renato De Donato
a new hope
|
3
|
"version": "1.0.4",
|
73bcce88
luigser
COMPONENTS
|
4
5
6
7
8
9
|
"description": "Provide flexbox-based layouts",
"keywords": [
"web-components",
"polymer",
"layout"
],
|
e619a3b0
Luigi Serra
Controllet cross ...
|
10
|
"main": "iron-flex-layout.html",
|
73bcce88
luigser
COMPONENTS
|
11
12
13
14
15
16
17
18
19
20
|
"private": true,
"license": "http://polymer.github.io/LICENSE.txt",
"authors": [
"The Polymer Authors"
],
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/iron-flex-layout.git"
},
"dependencies": {
|
c5169e0e
Renato De Donato
a new hope
|
21
|
"polymer": "Polymer/polymer#^1.0.0"
|
73bcce88
luigser
COMPONENTS
|
22
23
24
|
},
"devDependencies": {
"paper-styles": "polymerelements/paper-styles#^1.0.0",
|
e619a3b0
Luigi Serra
Controllet cross ...
|
25
26
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"iron-component-page": "polymerelements/iron-component-page#^1.0.0"
|
73bcce88
luigser
COMPONENTS
|
27
|
},
|
73bcce88
luigser
COMPONENTS
|
28
|
"homepage": "https://github.com/PolymerElements/iron-flex-layout",
|
c5169e0e
Renato De Donato
a new hope
|
29
|
"_release": "1.0.4",
|
73bcce88
luigser
COMPONENTS
|
30
31
|
"_resolution": {
"type": "version",
|
c5169e0e
Renato De Donato
a new hope
|
32
33
|
"tag": "v1.0.4",
"commit": "dcfc54b0d358269bf0c72180b4ab090fc4931ecd"
|
73bcce88
luigser
COMPONENTS
|
34
35
36
37
38
|
},
"_source": "git://github.com/PolymerElements/iron-flex-layout.git",
"_target": "^1.0.0",
"_originalSource": "PolymerElements/iron-flex-layout"
}
|