-
-
Notifications
You must be signed in to change notification settings - Fork 676
/
bower.json
40 lines (40 loc) · 839 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
{
"name": "vanilla-lazyload",
"homepage": "https://verlok.github.io/vanilla-lazyload/",
"authors": ["Andrea Verlicchi <[email protected]>"],
"description": "A fast, lightweight script to load images as they enter the viewport. Supporting responsive images (both srcset + sizes and picture).",
"main": "dist/lazyload.min.js",
"keywords": [
"lazy",
"load",
"responsive",
"images",
"picture",
"srcset",
"sizes",
"progressive",
"SEO",
"JPEG",
"performance",
"perfmatters",
"no-jquery",
"vanilla"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"img",
"demos",
"Gruntfile.js",
"README.md",
"todo.md",
"favicon.ico",
"index.html",
"package.json"
]
}