package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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.github.io",
  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. "repository": {
  16. "type": "git",
  17. "url": "git://github.com/select2/select2.git"
  18. },
  19. "bugs": {
  20. "url": "https://github.com/select2/select2/issues"
  21. },
  22. "keywords": [
  23. "select",
  24. "autocomplete",
  25. "typeahead",
  26. "dropdown",
  27. "multiselect",
  28. "tag",
  29. "tagging"
  30. ],
  31. "license": "MIT",
  32. "main": "dist/js/select2.js",
  33. "files": [
  34. "src",
  35. "dist"
  36. ],
  37. "version": "4.0.3",
  38. "jspm": {
  39. "main": "js/select2",
  40. "directories": {
  41. "lib": "dist"
  42. }
  43. },
  44. "devDependencies": {
  45. "grunt": "^0.4.5",
  46. "grunt-cli": "^0.1.13",
  47. "grunt-contrib-clean": "^0.6.0",
  48. "grunt-contrib-concat": "^0.4.0",
  49. "grunt-contrib-connect": "^0.9.0",
  50. "grunt-contrib-jshint": "^0.10.0",
  51. "grunt-contrib-nodeunit": "~0.3.3",
  52. "grunt-contrib-qunit": "~0.4.0",
  53. "grunt-contrib-requirejs": "^0.4.4",
  54. "grunt-contrib-symlink": "^0.3.0",
  55. "grunt-contrib-uglify": "~0.4.0",
  56. "grunt-contrib-watch": "~0.6.0",
  57. "grunt-gh-pages": "^0.9.1",
  58. "grunt-jekyll": "^0.4.2",
  59. "grunt-sass": "^1.0.0",
  60. "grunt-saucelabs": "^8.6.0"
  61. },
  62. "dependencies": {
  63. "almond": "~0.3.1",
  64. "jquery-mousewheel": "~3.1.13"
  65. }
  66. }