.bower.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "blockUI",
  3. "title": "BlockUI",
  4. "description": "Simulate synchronous ajax by blocking - not locking - the UI. This plugin lets you block user interaction with the page or with a specific element on the page. Also great at displaying modal dialogs.",
  5. "keywords": [
  6. "block",
  7. "overlay",
  8. "dialog",
  9. "modal"
  10. ],
  11. "author": {
  12. "name": "M. Alsup",
  13. "url": "http://jquery.malsup.com"
  14. },
  15. "licenses": [
  16. {
  17. "type": "MIT",
  18. "url": "http://malsup.github.com/mit-license.txt"
  19. },
  20. {
  21. "type": "GPL",
  22. "url": "http://malsup.github.com/gpl-license-v2.txt"
  23. }
  24. ],
  25. "bugs": "https://github.com/malsup/blockui/issues",
  26. "homepage": "http://jquery.malsup.com/block/",
  27. "docs": "http://jquery.malsup.com/block/",
  28. "download": "http://malsup.github.com/jquery.blockUI.js",
  29. "dependencies": {
  30. "jquery": ">=1.7"
  31. },
  32. "main": "jquery.blockUI.js",
  33. "_release": "2.65",
  34. "_resolution": {
  35. "type": "tag",
  36. "tag": "2.65",
  37. "commit": "b38dd8fce4f887a434b9ac9016e3db3be6d372f6"
  38. },
  39. "_source": "git://github.com/malsup/blockui.git",
  40. "_target": "2.65",
  41. "_originalSource": "blockui"
  42. }