egroupware_official/phpgwapi/js/jquery/magicsuggest/magicsuggest.jquery.json

37 lines
995 B
JSON
Raw Normal View History

2014-10-29 12:02:08 +01:00
{
"name": "magicsuggest",
"title": "MagicSuggest",
"description": "MagicSuggest is a multiple selection auto suggest combo box for Bootstrap 3.",
"keywords": [
"select",
"suggest",
"autocomplete",
"typeahead",
"dropdown",
"multiselect",
"tag",
"tagging",
"bootstrap",
"combobox"
],
"version": "2.1.4",
"author": {
"name": "Nicolas Bize",
"url": "https://github.com/nicolasbize"
},
"licenses": [
{
"type": "MIT",
"url": "http://nicolasbize.com/magicsuggest/licence.html"
}
],
"bugs": "https://github.com/nicolasbize/magicsuggest/issues",
"homepage": "http://nicolasbize.com/magicsuggest/",
"docs": "http://nicolasbize.com/magicsuggest/doc.html",
"download": "https://github.com/nicolasbize/magicsuggest/releases",
"dependencies": {
"jquery": ">=1.8.3",
"bootstrap": ">=3.0.0"
}
}