cssrecipes-grid
Version:
BEMish grid component
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "cssrecipes-grid",
"version": "1.0.0",
"description": "BEMish grid component",
"keywords": [
"browser",
"style",
"css",
"css-components",
"css-recipes",
"cssrecipes",
"recipes",
"grid",
"responsive"
],
"author": "bloodyowl",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cssrecipes/grid.git"
},
"homepage": "https://github.com/cssrecipes/grid",
"bugs": {
"url": "https://github.com/cssrecipes/grid/issues"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"lib",
"index.css",
"flex.css"
],
"devDependencies": {
"cssnext": "^0.4.0"
},
"scripts": {
"setup": "npm install && mkdir -p build",
"preprocess": "cssnext index.css build/index.css && cssnext flex.css build/flex.css",
"build": "npm run setup && npm run preprocess",
"preprocess-test": "cssnext test/test.css build/test.css",
"build-test": "npm run setup && npm run preprocess-test",
"test": "npm run build-test"
}
}