ajaxQueue.jquery.json 728 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "ajaxQueue",
  3. "title": "jQuery Ajax Queue",
  4. "description": "A simple queue for ajax requests",
  5. "keywords": [
  6. "ajax",
  7. "queue"
  8. ],
  9. "version": "0.1.1",
  10. "author": {
  11. "name": "Corey Frang",
  12. "url": "https://github.com/gnarf37"
  13. },
  14. "maintainers": [
  15. {
  16. "name": "Corey Frang",
  17. "email": "gnarf37@gmail.com",
  18. "url": "https://github.com/gnarf37"
  19. }
  20. ],
  21. "licenses": [
  22. {
  23. "type": "MIT",
  24. "url": "https://github.com/jquery/gnarf37/jquery-ajaxQueue/blob/0.1.1/LICENSE-MIT"
  25. }
  26. ],
  27. "bugs": "https://github.com/gnarf37/jquery-ajaxQueue/issues",
  28. "homepage": "https://github.com/gnarf37/jquery-ajaxQueue",
  29. "docs": "https://github.com/gnarf37/jquery-ajaxQueue",
  30. "dependencies": {
  31. "jquery": ">=1.5"
  32. }
  33. }