mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
462 B
20 lines
462 B
{
|
|
"name": "select2",
|
|
"repo": "select/select2",
|
|
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
|
|
"version": "4.0.8",
|
|
"demo": "https://select2.org/",
|
|
"keywords": [
|
|
"jquery"
|
|
],
|
|
"main": "dist/js/select2.js",
|
|
"styles": [
|
|
"dist/css/select2.css"
|
|
],
|
|
"scripts": [
|
|
"dist/js/select2.js",
|
|
"dist/js/i18n/*.js"
|
|
],
|
|
"license": "MIT"
|
|
}
|