2013-02-01 22:54:05 -08: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"
|
|
|
|
],
|
2015-01-07 23:30:05 -05:00
|
|
|
"version": "4.0.0-beta.1",
|
2013-02-01 22:54:05 -08:00
|
|
|
"author": {
|
2015-01-09 19:26:59 -05:00
|
|
|
"name": "Kevin Brown",
|
|
|
|
"url": "https://github.com/kevin-brown"
|
2013-02-01 22:54:05 -08:00
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
2015-01-07 23:30:05 -05:00
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://opensource.org/licenses/MIT"
|
2013-02-01 22:54:05 -08:00
|
|
|
}
|
|
|
|
],
|
2015-01-05 18:16:39 -05:00
|
|
|
"bugs": "https://github.com/select2/select2/issues",
|
|
|
|
"homepage": "https://select2.github.io",
|
|
|
|
"docs": "https://select2.github.io",
|
2015-01-07 23:30:05 -05:00
|
|
|
"download": "https://github.com/select2/select2/releases",
|
2013-02-01 22:54:05 -08:00
|
|
|
"dependencies": {
|
2013-05-06 09:54:17 -07:00
|
|
|
"jquery": ">=1.7.1"
|
2013-02-01 22:54:05 -08:00
|
|
|
}
|
2013-02-05 18:33:54 -08:00
|
|
|
}
|