From 76044ab21ba6b7ea13c12ddab52dfe2c03b1e5cf Mon Sep 17 00:00:00 2001 From: Pawel Michna Date: Tue, 3 Mar 2015 12:26:25 +0100 Subject: [PATCH] added bower.json --- bower.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e5c35e7 --- /dev/null +++ b/bower.json @@ -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" + } +}