codyframe
Version:
The intuitive CSS framework.
36 lines (35 loc) • 733 B
JSON
{
"name": "codyframe",
"version": "4.0.9",
"description": "The intuitive CSS framework.",
"keywords": [
"html",
"css",
"scss",
"sass",
"framework",
"css-framework",
"front-end",
"responsive",
"utility-classes",
"codyhouse"
],
"scripts": {
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.4.6",
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.0.0",
"sass-embedded": "^1.0.0"
},
"homepage": "https://codyhouse.co",
"repository": {
"type": "git",
"url": "git+https://github.com/codyhouse/codyframe.git"
}
}