From a1671bde405a2af6f4d8e1a27dd81bb99ea2273e Mon Sep 17 00:00:00 2001 From: Johannes Hertenstein Date: Thu, 4 Sep 2014 22:56:48 +0200 Subject: [PATCH] Add bower.json --- bower.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..8f551ab --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "mini.css", + "version": "1.0.0", + "homepage": "http://0xax.github.io/mini.css/index.html", + "authors": [ + "elixir-web " + ], + "description": "Very lightweight css grid", + "main": "mini.css", + "keywords": [ + "css", + "grid", + "lightweight" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}