Building packages for v1.0.0

This commit is contained in:
Angelos Chalaris 2016-09-21 15:04:29 +03:00
parent 6ab632422c
commit 6c912c9d2a
2 changed files with 56 additions and 0 deletions

22
bower.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "mini.css",
"description": "A minimal Sass-y responsive mobile-first style-agnostic CSS framework.",
"main": "flavors/mini-default.min.css",
"authors": [
"Angelos Chalaris (Chalarangelo)"
],
"license": "MIT",
"keywords": [
"mini.css",
"mini",
"CSS",
"responsive",
"framework",
"mobile",
"first",
"style",
"agnostic",
"Sass"
],
"homepage": "https://chalarangelo.github.io/mini.css/"
}

34
package.json Normal file
View file

@ -0,0 +1,34 @@
{
"name": "mini.css",
"version": "1.0.0",
"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"
}