.bower.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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": "316f6e5d76",
  34. "_resolution": {
  35. "type": "branch",
  36. "branch": "master",
  37. "commit": "316f6e5d76a33266970778e80507149d9ef6a02d"
  38. },
  39. "_source": "https://github.com/malsup/blockui.git",
  40. "_target": "*",
  41. "_originalSource": "jquery.blockUI",
  42. "_direct": true
  43. }