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" + ] +}