-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 KB
/
package.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
{
"name": "eager-image-loader",
"version": "1.0.1",
"title": "EagerImageLoader",
"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",
"files": [
"eager-image-loader.min.js",
"bower.json"
],
"homepage": "https://anseki.github.io/eager-image-loader/",
"repository": {
"type": "git",
"url": "git://github.com/anseki/eager-image-loader.git"
},
"bugs": "https://github.com/anseki/eager-image-loader/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}