Files
flexboxgrid/bower.json
Vyscond eca33c0992 Update bower.json
updating latest version
2015-08-23 00:03:03 -03:00

25 lines
438 B
JSON

{
"name": "flexboxgrid",
"version": "6.2.0",
"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"
]
}