bower.json 932 B

12345678910111213141516171819202122232425262728293031323334
  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. "version": "2.65",
  12. "author": {
  13. "name": "M. Alsup",
  14. "url": "http://jquery.malsup.com"
  15. },
  16. "licenses": [
  17. {
  18. "type": "MIT",
  19. "url": "http://malsup.github.com/mit-license.txt"
  20. },
  21. {
  22. "type": "GPL",
  23. "url": "http://malsup.github.com/gpl-license-v2.txt"
  24. }
  25. ],
  26. "bugs": "https://github.com/malsup/blockui/issues",
  27. "homepage": "http://jquery.malsup.com/block/",
  28. "docs": "http://jquery.malsup.com/block/",
  29. "download": "http://malsup.github.com/jquery.blockUI.js",
  30. "dependencies": {
  31. "jquery": ">=1.7"
  32. },
  33. "main": "jquery.blockUI.js"
  34. }