mirror of
https://github.com/valitydev/gentelella.git
synced 2024-11-06 08:15:17 +00:00
6a6db2ea23
Update also fix some following problem: - Switcher now working - Datatable header fix example is now working - Add missing starrr ratings - Some mobile responsiveness on table.html page
33 lines
885 B
JSON
33 lines
885 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": "4.0.2",
|
|
"author": {
|
|
"name": "Kevin Brown",
|
|
"url": "https://github.com/kevin-brown"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"bugs": "https://github.com/select2/select2/issues",
|
|
"homepage": "https://select2.github.io",
|
|
"docs": "https://select2.github.io",
|
|
"download": "https://github.com/select2/select2/releases",
|
|
"dependencies": {
|
|
"jquery": ">=1.7.2"
|
|
}
|
|
}
|