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.",
|
2015-01-06 02:16:39 +03:00
|
|
|
"homepage": "https://select2.github.io",
|
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"
|
|
|
|
}
|
|
|
|
],
|
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",
|
2015-08-04 16:12:52 +03:00
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
|
|
|
],
|
2016-05-27 04:16:06 +03:00
|
|
|
"version": "4.0.3",
|
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": {
|
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-cli": "^0.1.13",
|
2014-11-25 16:36:01 +03:00
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
2014-08-27 02:01:42 +04:00
|
|
|
"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-nodeunit": "~0.3.3",
|
|
|
|
"grunt-contrib-qunit": "~0.4.0",
|
|
|
|
"grunt-contrib-requirejs": "^0.4.4",
|
2015-01-13 03:56:25 +03:00
|
|
|
"grunt-contrib-symlink": "^0.3.0",
|
2014-08-27 02:01:42 +04:00
|
|
|
"grunt-contrib-uglify": "~0.4.0",
|
|
|
|
"grunt-contrib-watch": "~0.6.0",
|
2014-11-25 16:36:01 +03:00
|
|
|
"grunt-gh-pages": "^0.9.1",
|
2014-11-25 21:39:46 +03:00
|
|
|
"grunt-jekyll": "^0.4.2",
|
2015-06-12 18:51:24 +03:00
|
|
|
"grunt-sass": "^1.0.0",
|
2016-12-30 03:49:32 +03:00
|
|
|
"grunt-saucelabs": "^9.0.0"
|
2015-11-28 00:01:01 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"almond": "~0.3.1",
|
|
|
|
"jquery-mousewheel": "~3.1.13"
|
2014-08-27 02:01:42 +04:00
|
|
|
}
|
|
|
|
}
|