-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
49 lines (49 loc) · 1.1 KB
/
bower.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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "jquery-prefetch",
"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.",
"version": "0.1.4",
"main": "jquery.prefetch.min.js",
"license":
[
"MIT",
"GPL-2.0"
],
"ignore":
[
"*.md",
"*.json"
],
"keywords":
[
"prefetch",
"preload",
"preloader",
"load",
"loader",
"image",
"images",
"background",
"delay",
"delayed",
"jquery",
"jquery-plugin"
],
"authors":
[
{
"name": "Daniel 'Eisbehr' Kern",
"email": "jquery@eisbehr.de",
"homepage": "http://www.eisbehr.de/"
}
],
"homepage": "http://jquery.eisbehr.de/prefetch/",
"repository":
{
"type": "git",
"url": "git://github.com/dkern/jquery.prefetch.git"
},
"dependencies":
{
"jquery": ">=1.3.0"
}
}