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"
|
|
|
|
],
|
2017-10-27 01:22:26 +03:00
|
|
|
"version": "4.0.6-rc.1",
|
2013-02-02 10:54:05 +04:00
|
|
|
"author": {
|
2015-01-10 03:26:59 +03:00
|
|
|
"name": "Kevin Brown",
|
|
|
|
"url": "https://github.com/kevin-brown"
|
2013-02-02 10:54:05 +04:00
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
2015-01-08 07:30:05 +03:00
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://opensource.org/licenses/MIT"
|
2013-02-02 10:54:05 +04:00
|
|
|
}
|
|
|
|
],
|
2015-01-06 02:16:39 +03:00
|
|
|
"bugs": "https://github.com/select2/select2/issues",
|
2017-09-24 19:09:28 +03:00
|
|
|
"homepage": "https://select2.org",
|
|
|
|
"docs": "https://select2.org",
|
2015-01-08 07:30:05 +03:00
|
|
|
"download": "https://github.com/select2/select2/releases",
|
2013-02-02 10:54:05 +04:00
|
|
|
"dependencies": {
|
2015-01-14 03:18:33 +03:00
|
|
|
"jquery": ">=1.7.2"
|
2013-02-02 10:54:05 +04:00
|
|
|
}
|
2013-02-06 06:33:54 +04:00
|
|
|
}
|