@desirelabs/happy-css
Version:
An essential lightweight and modular frontend framework.
31 lines (30 loc) • 786 B
JSON
{
"name": "@desirelabs/happy-css",
"version": "0.0.2",
"description": "An essential lightweight and modular frontend framework.",
"main": "dist/index.min.css",
"scripts": {
"test": "jest",
"dev": "sass src/index.scss dist/index.css --watch",
"build": "sass src/index.scss:dist/index.min.css src/_grid.scss:dist/grid.min.css --style=compressed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/desirelabs/happy-css.git"
},
"keywords": [
"html",
"css",
"scss",
"framework"
],
"author": "Franck LEBAS",
"license": "MIT",
"bugs": {
"url": "https://github.com/desirelabs/happy-css/issues"
},
"homepage": "https://github.com/desirelabs/happy-css#readme",
"devDependencies": {
"sass": "^1.32.8"
}
}