mini.css/package.json

35 lines
776 B
JSON
Raw Normal View History

2016-09-21 12:04:29 +00:00
{
"name": "mini.css",
2016-09-28 18:53:53 +00:00
"version": "1.0.2",
2016-09-21 12:04:29 +00:00
"description": "A minimal Sass-y responsive mobile-first style-agnostic CSS framework.",
"main": "flavors/mini-default.min.css",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chalarangelo/mini.css.git"
},
"keywords": [
"mini.css",
"mini",
"CSS",
"responsive",
"framework",
"mobile",
"first",
"style",
"agnostic",
"Sass"
],
"author": "Angelos Chalaris (Chalarangelo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Chalarangelo/mini.css/issues"
},
"homepage": "https://github.com/Chalarangelo/mini.css#readme"
}