Skip to content
Find file
8c2ffcd
27 lines (26 sloc) 630 Bytes
{
"name": "grd",
"version": "1.2.3",
"description": "A CSS grid framework using Flexbox.",
"scripts": {
"build": "mkdir -p dist && postcss --use postcss-apply --use autoprefixer --use postcss-csso --output dist/grd.css src/grd.css"
},
"keywords": [
"css",
"grid",
"flexbox"
],
"repository": "1000ch/grd",
"author": {
"name": "Shogo Sensui",
"email": "shogo.sensui@gmail.com",
"url": "https://github.com/1000ch"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.3",
"postcss-apply": "^0.2.0",
"postcss-cli": "^2.5.1",
"postcss-csso": "^1.0.1"
}
}
Something went wrong with that request. Please try again.