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-04-28 05:42:34 +03:00
|
|
|
"version": "4.0.6",
|
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",
|
2014-08-27 02:01:42 +04:00
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-cli": "^0.1.13",
|
|
|
|
"grunt-contrib-concat": "^0.4.0",
|
2015-02-14 05:55:04 +03:00
|
|
|
"grunt-contrib-connect": "^0.9.0",
|
2014-09-21 23:21:43 +04:00
|
|
|
"grunt-contrib-jshint": "^0.10.0",
|
2014-08-27 02:01:42 +04:00
|
|
|
"grunt-contrib-qunit": "~0.4.0",
|
|
|
|
"grunt-contrib-requirejs": "^0.4.4",
|
|
|
|
"grunt-contrib-uglify": "~0.4.0",
|
|
|
|
"grunt-contrib-watch": "~0.6.0",
|
2015-06-12 18:51:24 +03:00
|
|
|
"grunt-sass": "^1.0.0",
|
2019-05-01 06:15:22 +03:00
|
|
|
"jquery-mousewheel": "~3.1.13",
|
2019-03-20 06:16:01 +03:00
|
|
|
"node-sass": "^4.5.3"
|
2015-11-28 00:01:01 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-08-27 02:01:42 +04:00
|
|
|
}
|
|
|
|
}
|