package.json 872 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "selectpage",
  3. "version": "2.20.0",
  4. "description": "A simple style and powerful selection jQuery plugin, including ajax remote data, autocomplete, pagination, tags, i18n, keyboard navigation functions",
  5. "main": "selectpage.js",
  6. "dependencies": {
  7. },
  8. "devDependencies": {
  9. "prettier": "^2.5.1"
  10. },
  11. "scripts": {
  12. "test": "grunt eslint"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/TerryZ/SelectPage.git"
  17. },
  18. "keywords": [
  19. "select",
  20. "pagination",
  21. "tags",
  22. "remote-data",
  23. "autocomplete",
  24. "keyboard-navigation",
  25. "i18n",
  26. "jquery-plugin",
  27. "ui",
  28. "jquery",
  29. "form",
  30. "input",
  31. "ajax"
  32. ],
  33. "author": "TerryZ",
  34. "license": "MIT",
  35. "bugs": {
  36. "url": "https://github.com/TerryZ/SelectPage/issues"
  37. },
  38. "homepage": "https://github.com/TerryZ/SelectPage#readme"
  39. }