Skip to content

Commit

Permalink
Added bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
micc83 committed May 12, 2014
1 parent af7bf32 commit eb25b2a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "fontIconPicker",
"version": "1.0.0",
"description": "An icon picker built on top of font icons and jQuery",
"keywords": [
"icons",
"font icons",
"picker"
],
"main": [
"jquery.fonticonpicker.min.js",
"grey-theme/fonticonpicker.woff",
"grey-theme/iconpicker.eot",
"grey-theme/iconpicker.svg",
"grey-theme/iconpicker.ttf",
"grey-theme/jquery.fonticonpicker.css"
],
"ignore": [
"demo"
],
"dependencies": {
"jquery": ">=1.6.4"
},
"license": "MIT"
}

0 comments on commit eb25b2a

Please sign in to comment.