forked from hekigan/is-loading
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathisloading.jquery.json
36 lines (36 loc) · 1015 Bytes
/
isloading.jquery.json
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
36
{
"name": "isloading",
"title": "Is Loading - Show feedback to your visitors",
"description": "Easy jQuery plugin to show visual feedback when loading data or any action that would take time. Also can disable form elements and put an overlay an specified area or whole page.",
"keywords": [
"loader",
"loading",
"overlay",
"ui",
"form",
"post",
"ajax"
],
"version": "1.0.2",
"author": {
"name": "Laurent Blanes"
},
"maintainers": [
{
"name": "Laurent Blanes",
"email": "laurent.blanes@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hekigan/is-loading/MIT-LICENSE.txt"
}
],
"homepage": "https://github.com/hekigan/is-loading/",
"docs": "http://hekigan.github.io/is-loading/",
"download": "https://github.com/hekigan/is-loading/",
"dependencies": {
"jquery": ">=1.7"
}
}