2015-06-19 09:36:51 -07:00
|
|
|
{
|
|
|
|
"name": "iron-flex-layout",
|
2015-08-07 07:21:29 -07:00
|
|
|
"version": "1.0.3",
|
2015-06-19 09:36:51 -07:00
|
|
|
"description": "Provide flexbox-based layouts",
|
|
|
|
"keywords": [
|
|
|
|
"web-components",
|
|
|
|
"polymer",
|
|
|
|
"layout"
|
|
|
|
],
|
|
|
|
"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": {
|
|
|
|
"polymer": "Polymer/polymer#^1.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"paper-styles": "polymerelements/paper-styles#^1.0.0",
|
|
|
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
|
|
|
}
|
|
|
|
}
|