package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "select2",
  3. "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
  4. "homepage": "https://select2.org",
  5. "author": {
  6. "name": "Kevin Brown",
  7. "url": "https://github.com/kevin-brown"
  8. },
  9. "contributors": [
  10. {
  11. "name": "Igor Vaynberg",
  12. "url": "https://github.com/ivaynberg"
  13. },
  14. {
  15. "name": "Alex Weissman",
  16. "url": "https://github.com/alexweissman"
  17. }
  18. ],
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/select2/select2.git"
  22. },
  23. "bugs": {
  24. "url": "https://github.com/select2/select2/issues"
  25. },
  26. "keywords": [
  27. "select",
  28. "autocomplete",
  29. "typeahead",
  30. "dropdown",
  31. "multiselect",
  32. "tag",
  33. "tagging"
  34. ],
  35. "license": "MIT",
  36. "main": "dist/js/select2.js",
  37. "files": [
  38. "src",
  39. "dist"
  40. ],
  41. "version": "4.0.5",
  42. "jspm": {
  43. "main": "js/select2",
  44. "directories": {
  45. "lib": "dist"
  46. }
  47. },
  48. "devDependencies": {
  49. "grunt": "^0.4.5",
  50. "grunt-cli": "^0.1.13",
  51. "grunt-contrib-clean": "^0.6.0",
  52. "grunt-contrib-concat": "^0.4.0",
  53. "grunt-contrib-connect": "^0.9.0",
  54. "grunt-contrib-jshint": "^0.10.0",
  55. "grunt-contrib-nodeunit": "~0.3.3",
  56. "grunt-contrib-qunit": "~0.4.0",
  57. "grunt-contrib-requirejs": "^0.4.4",
  58. "grunt-contrib-symlink": "^0.3.0",
  59. "grunt-contrib-uglify": "~0.4.0",
  60. "grunt-contrib-watch": "~0.6.0",
  61. "grunt-gh-pages": "^0.9.1",
  62. "grunt-jekyll": "^0.4.2",
  63. "grunt-sass": "^1.0.0",
  64. "grunt-saucelabs": "^9.0.0",
  65. "node-sass": "^4.5.3",
  66. "request": "<=2.81.0",
  67. "shrinkwrap": "^0.4.0"
  68. },
  69. "dependencies": {
  70. "almond": "~0.3.1",
  71. "jquery-mousewheel": "~3.1.13"
  72. }
  73. }