package.json 770 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "sumoselect",
  3. "version": "2.0.0",
  4. "description": "A jQuery plugin that progressively enhances an HTML Select Box into a Single/Multiple option dropdown list",
  5. "main": "jquery.sumoselect.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/HemantNegi/jquery.sumoselect.git"
  12. },
  13. "keywords": [
  14. "multiselect",
  15. "dropdown"
  16. ],
  17. "author": "HemantNegi",
  18. "contributors": [
  19. "HemantNegi",
  20. "B2F",
  21. "ke-an"
  22. ],
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/HemantNegi/jquery.sumoselect/issues"
  26. },
  27. "dependencies": {
  28. "jquery": ">=1.6"
  29. },
  30. "homepage": "https://github.com/HemantNegi/jquery.sumoselect#readme"
  31. }