eight.css
Version:
A micro (and modular) CSS framework based on 8pt grid
39 lines (38 loc) • 985 B
JSON
{
"name": "eight.css",
"version": "0.4.3",
"description": "A micro (and modular) CSS framework based on 8pt grid",
"main": "lib/eight.css",
"scripts": {
"build": "echo \"Building eight.css...\" && stylus src --include-css -m -c -r -o lib && copyfiles -f lib/eight.css docs/",
"test": "npm run build && echo \"Warning: no test specified\"",
"pre-publish": "npm run test"
},
"pre-commit": [
"pre-publish"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zuck/eight.css.git"
},
"keywords": [
"8pt",
"eight",
"css",
"stylus",
"grid",
"responsive"
],
"author": "Emanuele Bertoldi <emanuele.bertoldi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zuck/eight.css/issues"
},
"homepage": "https://github.com/zuck/eight.css#readme",
"devDependencies": {
"copyfiles": "^1.2.0",
"stylus": "^0.54.5",
"normalize.css": "^7.0.0",
"pre-commit": "^1.2.2"
}
}