UNPKG

vanilla-lazyload

Version:

A fast, lightweight script to load images as they enter the viewport. SEO friendly, it supports responsive images (both srcset + sizes and picture) and progressive JPEG

47 lines (46 loc) 1.14 kB
{ "name": "vanilla-lazyload", "version": "8.17.0", "description": "A fast, lightweight script to load images as they enter the viewport. SEO friendly, it supports responsive images (both srcset + sizes and picture) and progressive JPEG", "main": "dist/lazyload.min.js", "module": "dist/lazyload.es2015.js", "devDependencies": { "babel-core": "^6.26.0", "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-es2015": "^6.24.1", "gulp": "^3.9.1", "gulp-babel": "^7.0.1", "gulp-eslint": "^4.0.0", "gulp-rename": "^1.2.2", "gulp-rollup": "^2.16.2", "gulp-sourcemaps": "^2.6.4", "gulp-uglify": "^3.0.0", "jest-cli": "^20.0.4" }, "scripts": {}, "repository": { "type": "git", "url": "https://github.com/verlok/lazyload" }, "keywords": [ "lazyload", "vanilla", "responsive", "images", "picture", "srcset", "SEO", "sizes", "progressive", "performance", "perfmatters", "async", "no-jquery" ], "author": "Andrea \"verlok\" Verlicchi", "license": "MIT", "bugs": { "url": "https://github.com/verlok/lazyload/issues" }, "homepage": "http://verlok.github.io/lazyload" }