1
0
mirror of synced 2024-11-25 14:26:03 +03:00
select2/select2.jquery.json
Kevin Brown 562669064b Called out 3.5.2 dodcs
Also migrated all of the links to the new location in the GitHub
organization.
2015-01-05 18:22:27 -05:00

37 lines
1005 B
JSON

{
"name": "select2",
"title": "Select2",
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
"keywords": [
"select",
"autocomplete",
"typeahead",
"dropdown",
"multiselect",
"tag",
"tagging"
],
"version": "3.5.2",
"author": {
"name": "Igor Vaynberg",
"url": "https://github.com/ivaynberg"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
{
"type": "GPL v2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"bugs": "https://github.com/select2/select2/issues",
"homepage": "https://select2.github.io",
"docs": "https://select2.github.io",
"download": "https://github.com/select2/select2/tags",
"dependencies": {
"jquery": ">=1.7.1"
}
}