package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "main": "dist/js/select2.js",
  11. "version": "4.0.0",
  12. "jspm": {
  13. "main": "select2",
  14. "files": [
  15. "select2.js",
  16. "select2.png",
  17. "select2.css",
  18. "select2-spinner.gif"
  19. ],
  20. "buildConfig": {
  21. "uglify": true
  22. }
  23. },
  24. "devDependencies": {
  25. "grunt": "^0.4.5",
  26. "grunt-cli": "^0.1.13",
  27. "grunt-contrib-clean": "^0.6.0",
  28. "grunt-contrib-concat": "^0.4.0",
  29. "grunt-contrib-jshint": "^0.10.0",
  30. "grunt-contrib-nodeunit": "~0.3.3",
  31. "grunt-contrib-qunit": "~0.4.0",
  32. "grunt-contrib-requirejs": "^0.4.4",
  33. "grunt-contrib-uglify": "~0.4.0",
  34. "grunt-contrib-watch": "~0.6.0",
  35. "grunt-gh-pages": "^0.9.1",
  36. "grunt-jekyll": "^0.4.2",
  37. "grunt-sass": "~0.12.0",
  38. "node-sass": "~0.8.6"
  39. }
  40. }