web-assets/lazyload/v17/bower.json
2023-12-30 22:34:25 +01:00

41 lines
845 B
JSON

{
"name": "vanilla-lazyload",
"homepage": "https://www.andreaverlicchi.eu/vanilla-lazyload/",
"authors": ["Andrea Verlicchi <andrea.verlicchi@gmail.com>"],
"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"
]
}