bohemia
Version:
Yet another CSS framework. Baked with goodness of SASS, Bourbon & flexbox-based grid.
33 lines (32 loc) • 836 B
JSON
{
"name": "bohemia",
"version": "0.9.2",
"description": "Yet another CSS framework. Baked with goodness of SASS, Bourbon & flexbox-based grid.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appknox/bohemia.git"
},
"keywords": [
"bohemia",
"flexbox",
"grid",
"css",
"framwork",
"bulma"
],
"author": "dhilipsiva",
"license": "MIT",
"bugs": {
"url": "https://github.com/appknox/bohemia/issues"
},
"homepage": "https://github.com/appknox/bohemia#readme",
"dependencies": {},
"devDependencies": {
"node-sass": "^4.14.1"
}
}