1
0
mirror of synced 2024-11-22 04:56:08 +03:00
select2/select2.jquery.json

33 lines
885 B
JSON
Raw Normal View History

2013-02-02 10:54:05 +04:00
{
"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"
],
2016-03-09 04:33:38 +03:00
"version": "4.0.2",
2013-02-02 10:54:05 +04:00
"author": {
"name": "Kevin Brown",
"url": "https://github.com/kevin-brown"
2013-02-02 10:54:05 +04:00
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
2013-02-02 10:54:05 +04:00
}
],
"bugs": "https://github.com/select2/select2/issues",
"homepage": "https://select2.github.io",
"docs": "https://select2.github.io",
"download": "https://github.com/select2/select2/releases",
2013-02-02 10:54:05 +04:00
"dependencies": {
"jquery": ">=1.7.2"
2013-02-02 10:54:05 +04:00
}
}