2012-09-18 06:10:00 +04:00
|
|
|
{
|
|
|
|
"name": "select2",
|
2015-01-08 07:30:05 +03:00
|
|
|
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
|
|
|
|
"main": [
|
|
|
|
"dist/js/select2.js",
|
|
|
|
"dist/css/select2.css"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:select2/select2.git"
|
|
|
|
},
|
2012-09-18 06:10:00 +04:00
|
|
|
"dependencies": {
|
2013-05-06 20:54:17 +04:00
|
|
|
"jquery": ">= 1.7.1"
|
2012-09-18 06:10:00 +04:00
|
|
|
}
|
2012-11-20 21:06:55 +04:00
|
|
|
}
|