-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbower.json
43 lines (43 loc) · 974 Bytes
/
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
{
"name": "eager-image-loader",
"version": "1.0.1",
"description": "The eager-loading for image files on the web page that loads the files according to your plan. This differs from the lazy-loading, for example, this can be used to avoid that the user waits for the loading.",
"keywords": [
"eager-load",
"image",
"load",
"fast",
"lazy-load",
"usability",
"on-demand",
"scroll",
"file",
"document-order",
"serial",
"pre-load",
"background",
"src",
"img",
"backgroundimage",
"ui",
"button"
],
"main": "eager-image-loader.min.js",
"homepage": "https://anseki.github.io/eager-image-loader/",
"repository": {
"type": "git",
"url": "git://github.com/anseki/eager-image-loader.git"
},
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT",
"authors": [
"anseki <[email protected]>"
]
}