tb-grid
Version:
tb-grid is a super simple and lightweight 12 column responsive grid system utilizing css grid.
46 lines (45 loc) • 961 B
JSON
{
"name": "tb-grid",
"version": "0.0.2",
"description": "tb-grid is a super simple and lightweight 12 column responsive grid system utilizing css grid.",
"main": "index.js",
"files": [
"LICENSE",
"package.json",
"package-lock.json",
"README.md",
"tb-grid.scss",
"tb-grid.css"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taskbase/tb-grid.git"
},
"keywords": [
"css",
"bootstrap",
"lightweight",
"alternative",
"awesome",
"grid",
"skeleton",
"simple",
"responsive",
"foundation",
"scss",
"grid-layout",
"grid-system",
"minimalistic",
"cssgrid",
"12column"
],
"author": "Daniel Niederberger",
"license": "MIT",
"bugs": {
"url": "https://github.com/taskbase/tb-grid/issues"
},
"homepage": "https://github.com/taskbase/tb-grid#readme"
}