forked from periplox/jquery.fadeloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfadeloader.jquery.json
More file actions
38 lines (38 loc) · 1.18 KB
/
fadeloader.jquery.json
File metadata and controls
38 lines (38 loc) · 1.18 KB
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
37
38
{
"name": "fadeloader",
"title": "jQuery Fadeloader",
"description": "The jQuery Fadeloader plugin lets you easily implement a preloader to your site or section, using a cascade fade in effect to show specific blocks of content.",
"keywords": [
"preload",
"preloader",
"load",
"loader",
"fadein"
],
"version": "1.0.1",
"author": {
"name": "Periplo",
"url": "https://github.com/periplox"
},
"maintainers": [
{
"name": "Periplo",
"email": "periplox@gmail.com",
"url": "https://github.com/periplox"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/periplox/jquery.fadeloader/issues",
"homepage": "https://github.com/periplox/jquery.fadeloader",
"docs": "https://github.com/periplox/jquery.fadeloader/blob/master/README.md",
"demo": "http://periplox.github.io/jquery.fadeloader",
"download": "https://github.com/periplox/jquery.fadeloader/blob/master/jquery.fadeloader.js",
"dependencies": {
"jquery": ">=1.5"
}
}