mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-05 21:37:23 +02:00
Building packages for v1.0.0
This commit is contained in:
22
bower.json
Normal file
22
bower.json
Normal 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
34
package.json
Normal 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"
|
||||||
|
}
|
Reference in New Issue
Block a user