From f656b3eda173dc2b36d4ddf48298522b7b7986ee Mon Sep 17 00:00:00 2001 From: deby Date: Fri, 30 Oct 2015 14:16:26 -0700 Subject: [PATCH] Create bower.json --- bower.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..54c150e --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ + +{ + "name": "css-hexagon", + "main": "hexagon.min.css", + "version": "0.0.0", + "homepage": "http://db0company.github.io/css-hexagon/", + "authors": [ + "db0company " + ], + "description": "A LESS script to generate CSS hexagons with custom size and color.", + "keywords": [ + "css", + "less", + "hexagon" + ], + "license": "Apache2", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}