-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprefetch.jquery.json
More file actions
51 lines (51 loc) · 1.16 KB
/
prefetch.jquery.json
File metadata and controls
51 lines (51 loc) · 1.16 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "prefetch",
"title": "jQuery Prefetch - Lightweight Image and Background Preloader",
"version": "0.1.4",
"author":
{
"name": "Daniel 'Eisbehr' Kern",
"url": "http://eisbehr.de/"
},
"licenses":
[
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL-2.0",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"dependencies":
{
"jquery": ">=1.3.0"
},
"description": "Prefetch is a lightweight image, list and background preloader for jQuery. Just give them a list of images or elements and the plugin will load every image for you.",
"keywords":
[
"prefetch",
"preload",
"preloader",
"load",
"loader",
"image",
"images",
"background",
"delay",
"delayed",
"jquery",
"jquery-plugin"
],
"homepage": "http://jquery.eisbehr.de/prefetch/",
"demo": "http://jquery.eisbehr.de/prefetch/",
"bugs": "http://github.com/dkern/jquery.prefetch/issues",
"docs": "http://jquery.eisbehr.de/prefetch/",
"download": "http://jquery.eisbehr.de/prefetch/",
"files":
[
"jquery.prefetch.js",
"jquery.prefetch.min.js"
]
}