coralinecss
Version:
Alternative CSS only framework based on Flexbox
43 lines (42 loc) • 873 B
JSON
{
"name": "coralinecss",
"version": "0.6.1",
"description": "Alternative CSS only framework based on Flexbox",
"main": "base.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isradeleon/coraline.git"
},
"keywords": [
"css",
"css-only",
"framework",
"responsive",
"lightweight",
"flexbox",
"sass"
],
"author": "isradln",
"license": "MIT",
"bugs": {
"url": "https://github.com/isradeleon/coraline/issues"
},
"homepage": "https://coralinecss.com",
"devDependencies": {
"autoprefixer": "^9.6.1",
"csso": "^3.5.1",
"node-sass": "^4.12.0",
"nunjucks": "^3.2.0",
"postcss": "^7.0.17"
},
"files": [
"coraline-v0.6.1",
"base.scss",
"base.css",
"LICENSE",
"README.md"
]
}