dolibarr/htdocs/includes/jquery/plugins/select2/component.json

20 lines
463 B
JSON
Raw Permalink Normal View History

{
"name": "select2",
2017-10-21 19:05:24 +02:00
"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.13",
2017-10-21 19:05:24 +02:00
"demo": "https://select2.org/",
"keywords": [
"jquery"
],
2017-10-21 19:05:24 +02:00
"main": "dist/js/select2.js",
"styles": [
2017-10-21 19:05:24 +02:00
"dist/css/select2.css"
],
"scripts": [
2017-10-21 19:05:24 +02:00
"dist/js/select2.js",
"dist/js/i18n/*.js"
],
"license": "MIT"
}