Skip to content

Commit

Permalink
Merge pull request #30 from pmichna/master
Browse files Browse the repository at this point in the history
Added bower.json. Thanks to pmichna
  • Loading branch information
ivirabyan committed Mar 3, 2015
2 parents 0557c7b + 76044ab commit 8970f5a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "jquery-mentions",
"version": "1.0.0",
"homepage": "https://github.com/ivirabyan/jquery-mentions",
"authors": [
"Ivan Virabyan"
],
"description": "More stable alternative to podio's jquery.mentionsInput plugin, which is currently unmaintained.",
"main": [
"jquery.mentions.js",
"jquery.mentions.css"
],
"keywords": [
"jquery",
"jquery-mentions",
"mentions"
],
"license": "MIT",
"dependencies": {
"jquery-ui": "~1.11.3"
}
}

0 comments on commit 8970f5a

Please sign in to comment.