package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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": "Igor Vaynberg",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/select2/select2.git"
  9. },
  10. "bugs": {
  11. "url": "https://github.com/select2/select2/issues"
  12. },
  13. "keywords": [
  14. "select",
  15. "autocomplete",
  16. "typeahead",
  17. "dropdown",
  18. "multiselect",
  19. "tag",
  20. "tagging"
  21. ],
  22. "license": "MIT",
  23. "main": "dist/js/select2.js",
  24. "version": "4.0.0-beta.1",
  25. "jspm": {
  26. "main": "js/select2",
  27. "directories": {
  28. "lib": "dist"
  29. },
  30. },
  31. "devDependencies": {
  32. "grunt": "^0.4.5",
  33. "grunt-cli": "^0.1.13",
  34. "grunt-contrib-clean": "^0.6.0",
  35. "grunt-contrib-concat": "^0.4.0",
  36. "grunt-contrib-jshint": "^0.10.0",
  37. "grunt-contrib-nodeunit": "~0.3.3",
  38. "grunt-contrib-qunit": "~0.4.0",
  39. "grunt-contrib-requirejs": "^0.4.4",
  40. "grunt-contrib-uglify": "~0.4.0",
  41. "grunt-contrib-watch": "~0.6.0",
  42. "grunt-gh-pages": "^0.9.1",
  43. "grunt-jekyll": "^0.4.2",
  44. "grunt-sass": "~0.12.0",
  45. "node-sass": "~0.8.6"
  46. }
  47. }