css-heights
Version:
Css module of single purpose classes for heights
39 lines (38 loc) • 970 B
JSON
{
"name": "css-heights",
"style": "heights.css",
"version": "1.0.7",
"homepage": "http://github.com/mrmrs/css-heights",
"description": "Css module of single purpose classes for heights",
"keywords": [
"css",
"oocss",
"heights"
],
"css-heights": {
"type": "git",
"url": "http://github.com/mrmrs/css-heights.git"
},
"bugs": {
"url": "https://github.com/mrmrs/css-heights/issues",
"email": "hi@mrmrs.cc"
},
"author": {
"name": "Adam Morse",
"email": "hi@mrmrs.cc",
"url": "http://mrmrs.cc"
},
"contributors": [
{
"name": "Adam Morse",
"email": "hi@mrmrs.cc"
}
],
"license": "MIT",
"devDependencies": {
"tachyons-cli": "^1.0.8"
},
"scripts": {
"start": "tachyons src/css-heights.css > css/css-heights.css && tachyons src/css-heights.css --minify > css/css-heights.min.css && tachyons src/css-heights.css --generate-docs --package=../../package.json > readme.md"
}
}