Blame view

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