patashala/style/cms/bower_components/select2/component.json
Vivek a53135a78d Added based code
Added base code to the repo
2024-02-07 20:19:28 +05:30

20 lines
468 B
JSON
Executable File

{
"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.3",
"demo": "https://select2.github.io/",
"keywords": [
"jquery"
],
"main": "dist/js/select2.js",
"styles": [
"dist/css/select2.css"
],
"scripts": [
"dist/js/select2.js",
"dist/js/i18n/*.js"
],
"license": "MIT"
}