From 93094f77aff097fcc7da0d67c7041ef21bcc2895 Mon Sep 17 00:00:00 2001 From: Catalin Covic Date: Thu, 16 Oct 2014 15:43:26 -0400 Subject: [PATCH] added bower support --- bower.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..5f22b2b --- /dev/null +++ b/bower.json @@ -0,0 +1,20 @@ +{ + "name": "simple-hint", + "version": "2.0", + "homepage": "https://github.com/catc/simple-hint", + "authors": [ + "Catalin Covic " + ], + "description": "CSS-only tooltip packed with a variety of features", + "main": "dist/simple-hint.css", + "keywords": [ + "hint", + "tooltip" + ], + "license": "MIT", + "ignore": [ + "*", + "!dist/**/*", + "!LICENSE" + ] +}