You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
940 B

2 years ago
  1. {
  2. "name": "components/jquery-blockui",
  3. "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.",
  4. "keywords": [
  5. "block",
  6. "overlay",
  7. "dialog",
  8. "modal"
  9. ],
  10. "license": ["MIT", "GPL"],
  11. "type": "component",
  12. "homepage": "http://jquery.malsup.com/block/",
  13. "authors": [
  14. {
  15. "name": "M. Alsup",
  16. "homepage": "http://jquery.malsup.com"
  17. }
  18. ],
  19. "require": {
  20. "robloach/component-installer": "*",
  21. "components/jquery": ">=1.7"
  22. },
  23. "extra": {
  24. "component": {
  25. "scripts": [
  26. "jquery.blockUI.js"
  27. ],
  28. "shim": {
  29. "deps": [
  30. "jquery"
  31. ]
  32. }
  33. }
  34. }
  35. }