mirror of
https://github.com/kristoferjoseph/flexboxgrid.git
synced 2026-01-25 07:47:53 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "flexboxgrid",
|
|
"version": "6.2.0",
|
|
"description": "Grid based off of CSS3 flexbox specification",
|
|
"style": "flexboxgrid.css",
|
|
"main": "flexboxgrid.css",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"css": "cssnext --no-rem css/flexboxgrid.css > flexboxgrid.css",
|
|
"sass": "node-sass sass/flexboxgrid.scss flexboxgrid.css",
|
|
"less": "lessc less/flexboxgrid.less flexboxgrid.css",
|
|
"post": "postcss --use autoprefixer --use css-mqpacker -o flexboxgrid.css flexboxgrid.css",
|
|
"min": "postcss --use csswring -o flexboxgrid.min.css flexboxgrid.css"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/kristoferjoseph/flexboxgrid.git"
|
|
},
|
|
"keywords": [
|
|
"browser",
|
|
"flexbox",
|
|
"grid",
|
|
"css"
|
|
],
|
|
"author": "@dam",
|
|
"license": "BSD",
|
|
"bugs": {
|
|
"url": "https://github.com/kristoferjoseph/flexboxgrid/issues"
|
|
},
|
|
"homepage": "https://github.com/kristoferjoseph/flexboxgrid",
|
|
"devDependencies": {
|
|
"autoprefixer": "^5.1.1",
|
|
"cssnext": "^1.5.1",
|
|
"csswring": "^3.0.5",
|
|
"less": "^2.5.1",
|
|
"node-sass": "^3.1.2",
|
|
"postcss-cli": "^1.3.1"
|
|
}
|
|
}
|