26 lines
463 B
JSON
26 lines
463 B
JSON
{
|
|
"name": "flexboxgrid",
|
|
"version": "6.3.1",
|
|
"license": "Apache 2",
|
|
"homepage": "https://github.com/kristoferjoseph/flexboxgrid",
|
|
"authors": [
|
|
"@dam"
|
|
],
|
|
"description": "Grid based on the flex display property.",
|
|
"main": "dist/flexboxgrid.css",
|
|
"keywords": [
|
|
"browser",
|
|
"flexbox",
|
|
"grid",
|
|
"css"
|
|
],
|
|
"license": "Apache 2",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|