2014-08-27 02:01:42 +04:00
|
|
|
{
|
2015-11-15 23:11:29 +03:00
|
|
|
"name": "select2",
|
2014-08-27 02:01:42 +04:00
|
|
|
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
|
2017-09-24 00:07:29 +03:00
|
|
|
"homepage": "https://select2.org",
|
2015-01-10 00:09:30 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Kevin Brown",
|
|
|
|
"url": "https://github.com/kevin-brown"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Igor Vaynberg",
|
|
|
|
"url": "https://github.com/ivaynberg"
|
2017-09-24 00:07:29 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Alex Weissman",
|
|
|
|
"url": "https://github.com/alexweissman"
|
2015-01-10 00:09:30 +03:00
|
|
|
}
|
|
|
|
],
|
2014-08-27 02:01:42 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-01-06 02:16:39 +03:00
|
|
|
"url": "git://github.com/select2/select2.git"
|
2014-08-27 02:01:42 +04:00
|
|
|
},
|
2015-01-08 07:30:05 +03:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/select2/select2/issues"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"select",
|
|
|
|
"autocomplete",
|
|
|
|
"typeahead",
|
|
|
|
"dropdown",
|
|
|
|
"multiselect",
|
|
|
|
"tag",
|
|
|
|
"tagging"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2014-08-27 02:01:42 +04:00
|
|
|
"main": "dist/js/select2.js",
|
2017-08-25 14:38:01 +03:00
|
|
|
"style": "dist/css/select2.css",
|
2015-08-04 16:12:52 +03:00
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
|
|
|
],
|
2019-11-06 04:23:54 +03:00
|
|
|
"version": "4.0.12",
|
2014-08-27 02:01:42 +04:00
|
|
|
"jspm": {
|
2015-01-08 07:30:05 +03:00
|
|
|
"main": "js/select2",
|
|
|
|
"directories": {
|
|
|
|
"lib": "dist"
|
2015-01-10 00:09:30 +03:00
|
|
|
}
|
2014-08-27 02:01:42 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-05-01 06:15:22 +03:00
|
|
|
"almond": "~0.3.1",
|
2019-08-04 08:58:52 +03:00
|
|
|
"grunt": "^1.0.4",
|
2019-06-05 04:18:37 +03:00
|
|
|
"grunt-cli": "^1.3.2",
|
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
|
|
"grunt-contrib-connect": "^2.0.0",
|
|
|
|
"grunt-contrib-jshint": "^1.1.0",
|
2019-06-05 05:43:52 +03:00
|
|
|
"grunt-contrib-qunit": "^1.3.0",
|
2019-06-05 04:18:37 +03:00
|
|
|
"grunt-contrib-requirejs": "^1.0.0",
|
|
|
|
"grunt-contrib-uglify": "~4.0.1",
|
|
|
|
"grunt-contrib-watch": "~1.1.0",
|
|
|
|
"grunt-sass": "^2.1.0",
|
2019-05-01 06:15:22 +03:00
|
|
|
"jquery-mousewheel": "~3.1.13",
|
2019-06-05 04:18:37 +03:00
|
|
|
"node-sass": "^4.12.0"
|
2015-11-28 00:01:01 +03:00
|
|
|
},
|
2019-06-05 04:18:37 +03:00
|
|
|
"dependencies": {}
|
2014-08-27 02:01:42 +04:00
|
|
|
}
|