Skip to content

Commit

Permalink
added bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
catc committed Oct 16, 2014
1 parent e672713 commit 93094f7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "simple-hint",
"version": "2.0",
"homepage": "https://github.com/catc/simple-hint",
"authors": [
"Catalin Covic <catalin.covic@gmail.com>"
],
"description": "CSS-only tooltip packed with a variety of features",
"main": "dist/simple-hint.css",
"keywords": [
"hint",
"tooltip"
],
"license": "MIT",
"ignore": [
"*",
"!dist/**/*",
"!LICENSE"
]
}

0 comments on commit 93094f7

Please sign in to comment.