package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "scripts": {
  27. "nvm": "node lvnvm.js"
  28. },
  29. "keywords": [
  30. "select",
  31. "autocomplete",
  32. "typeahead",
  33. "dropdown",
  34. "multiselect",
  35. "tag",
  36. "tagging"
  37. ],
  38. "license": "MIT",
  39. "main": "dist/js/select2.js",
  40. "style": "dist/css/select2.css",
  41. "files": [
  42. "src",
  43. "dist"
  44. ],
  45. "version": "4.0.13",
  46. "jspm": {
  47. "main": "js/select2",
  48. "directories": {
  49. "lib": "dist"
  50. }
  51. },
  52. "devDependencies": {
  53. "almond": "~0.3.1",
  54. "grunt": "^1.0.4",
  55. "grunt-cli": "^1.3.2",
  56. "grunt-contrib-concat": "^1.0.1",
  57. "grunt-contrib-connect": "^2.0.0",
  58. "grunt-contrib-jshint": "^1.1.0",
  59. "grunt-contrib-qunit": "^1.3.0",
  60. "grunt-contrib-requirejs": "^1.0.0",
  61. "grunt-contrib-uglify": "~4.0.1",
  62. "grunt-contrib-watch": "~1.1.0",
  63. "grunt-sass": "^2.1.0",
  64. "jquery-mousewheel": "~3.1.13",
  65. "node-sass": "^4.12.0"
  66. },
  67. "dependencies": {}
  68. }