mini.css/package.json

37 lines
801 B
JSON
Raw Normal View History

2016-09-21 12:04:29 +00:00
{
"name": "mini.css",
2017-05-12 13:25:50 +00:00
"version": "2.2.0",
"description": "A minimal, responsive, style-agnostic CSS framework.",
2016-09-21 12:04:29 +00:00
"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"
},
"devDependencies": {
"node-sass": "^4.5.2"
},
2016-09-21 12:04:29 +00:00
"keywords": [
"css",
"sass",
2016-12-15 23:48:15 +00:00
"minimal",
"responsive",
"style-agnostic",
"framework",
"toolkit",
"mini",
"mini.css"
2016-09-21 12:04:29 +00:00
],
"author": "Angelos Chalaris (Chalarangelo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Chalarangelo/mini.css/issues"
},
"homepage": "https://chalarangelo.github.io/mini.css/"
2016-09-21 12:04:29 +00:00
}