mirror of
https://github.com/kristoferjoseph/flexboxgrid.git
synced 2026-01-25 07:47:53 +00:00
30 lines
691 B
JSON
30 lines
691 B
JSON
{
|
|
"name": "flexboxgrid",
|
|
"version": "0.0.0",
|
|
"description": "Grid based off of CSS3 flexbox specification",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/kristoferjoseph/flexboxgrid.git"
|
|
},
|
|
"keywords": [
|
|
"flexbox",
|
|
"grid",
|
|
"css"
|
|
],
|
|
"author": "@dam",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/kristoferjoseph/flexboxgrid/issues"
|
|
},
|
|
"homepage": "https://github.com/kristoferjoseph/flexboxgrid",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.2",
|
|
"grunt-autoprefixer": "~0.5.0",
|
|
"grunt-contrib-cssmin": "~0.7.0"
|
|
}
|
|
}
|