{
    "name": "vanilla-lazyload",
    "version": "15.2.0",
    "description": "LazyLoad is a lightweight and flexible script that speeds up your web application by deferring the loading of your below-the-fold images, videos and iframes to when they will enter the viewport. It's written in plain \"vanilla\" JavaScript, it leverages the IntersectionObserver API, it supports responsive images and enables native lazy loading.",
    "main": "dist/lazyload.min.js",
    "module": "dist/lazyload.esm.js",
    "browser": "dist/lazyload.min.js",
    "typings": "typings/lazyload.d.ts",
    "dependencies": {},
    "devDependencies": {
        "@babel/core": "^7.9.0",
        "@babel/plugin-transform-object-assign": "^7.8.3",
        "@babel/preset-env": "^7.9.0",
        "@rollup/plugin-node-resolve": "^7.1.1",
        "jest": "^25.1.0",
        "rollup": "^1.32.1",
        "rollup-plugin-babel": "^4.4.0",
        "rollup-plugin-terser": "^5.3.0"
    },
    "scripts": {
        "build": "rollup -c",
        "dev": "rollup -c --watch",
        "test": "jest",
        "devtest": "jest --watch"
    },
    "files": [
        "dist",
        "typings"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/verlok/lazyload"
    },
    "keywords": [
        "lazyload",
        "vanilla",
        "responsive",
        "images",
        "picture",
        "srcset",
        "SEO",
        "intersectionObserver",
        "sizes",
        "progressive",
        "performance",
        "perfmatters",
        "async",
        "no-jquery"
    ],
    "author": {
        "name": "Andrea \"verlok\" Verlicchi",
        "email": "andrea.verlicchi@gmail.com",
        "url": "https://www.andreaverlicchi.eu"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/verlok/lazyload/issues"
    },
    "homepage": "http://verlok.github.io/lazyload",
    "funding": {
        "type": "individual",
        "url": "https://ko-fi.com/verlok"
    }
}
