From 36af44e881ed65784f7df11c7ef4da4287c8ce6d Mon Sep 17 00:00:00 2001 From: jerrylow Date: Wed, 16 Sep 2015 17:47:14 -0700 Subject: [PATCH] New bower file --- bower.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index c239345..fd840dd 100644 --- a/bower.json +++ b/bower.json @@ -1,13 +1,28 @@ { "name": "css-arrow-mixin", "version": "1.0.0", - "license" : "MIT", + "license": "MIT", "main": [ "_css-arrow-mixin.scss" ], "ignore": [ "**/.*", "**/*.md", - "**/*.json" + "**/*.json", + "node_modules", + "bower_components", + "test", + "tests" + ], + "homepage": "https://github.com/jerrylow/css-arrow-mixin", + "authors": [ + "jerrylow " + ], + "description": "A flexible CSS arrow mixin with borders.", + "moduleType": [ + "globals" + ], + "keywords": [ + "css" ] }