diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..54d0035 --- /dev/null +++ b/bower.json @@ -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/" +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..1308a60 --- /dev/null +++ b/package.json @@ -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" +}