package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "jquery.ajaxQueue",
  3. "title": "jQuery Ajax Queue",
  4. "description": "A simple queue for ajax requests",
  5. "version": "0.1.1",
  6. "homepage": "https://github.com/gnarf37/jquery-ajaxQueue",
  7. "author": {
  8. "name": "Corey Frang",
  9. "email": "gnarf37@gmail.com",
  10. "url": "https://github.com/gnarf37"
  11. },
  12. "maintainers": [
  13. {
  14. "name": "Corey Frang",
  15. "email": "gnarf37@gmail.com",
  16. "url": "https://github.com/gnarf37"
  17. }
  18. ],
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/gnarf37/jquery-ajaxQueue.git"
  22. },
  23. "bugs": "https://github.com/gnarf37/jquery-ajaxQueue/issues",
  24. "licenses": [
  25. {
  26. "type": "MIT",
  27. "url": "https://github.com/jquery/gnarf37/jquery-ajaxQueue/blob/master/LICENSE-MIT"
  28. }
  29. ],
  30. "dependencies": {},
  31. "devDependencies": {
  32. "grunt-contrib-concat": "~0.1.1",
  33. "grunt-contrib-watch": "~0.1.0",
  34. "grunt-contrib-qunit": "~0.1.0",
  35. "grunt-contrib-jshint": "git://github.com/gruntjs/grunt-contrib-jshint.git#7fd70e86c5a8d489095fa81589d95dccb8eb3a46",
  36. "grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#f8da4ff90c7e8f74c81d8e5d3834e6011a90611c",
  37. "grunt": "0.4.0rc4"
  38. },
  39. "keywords": [ "ajax", "queue" ]
  40. }