zen-grids
Version:
Zen Grids is an intuitive, flexible grid system to create responsive, adaptive, fluid and fixed-width layouts.
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "zen-grids",
"version": "2.0.3",
"description": "Zen Grids is an intuitive, flexible grid system to create responsive, adaptive, fluid and fixed-width layouts.",
"homepage": "https://github.com/JohnAlbin/zen-grids",
"bugs": {
"url": "https://github.com/JohnAlbin/zen-grids/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/JohnAlbin/zen-grids.git"
},
"author": "John Albin Wilkins <virtually.johnalbin@gmail.com> (http://john.albin.net/)",
"keywords": [
"eyeglass-module",
"sass",
"layout",
"grid",
"rwd",
"responsive-web-design"
],
"main": "sass/_zen-grids.scss",
"style": "sass/_zen-grids.scss",
"eyeglass": {
"sassDir": "sass",
"exports": false,
"needs": "*"
},
"directories": {
"lib": "sass",
"test": "test"
},
"scripts": {
"test": "mocha",
"posttest": "eslint test"
},
"license": "GPL-2.0",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.9.0",
"eyeglass": "^0.8.3",
"mocha": "^2.4.5",
"node-sass-import-once": "^1.2.0",
"sassy-test": "^3.0.0",
"support-for": "^1.0.0"
}
}