rich-filemanager
Version:
Highly customizable open-source file manager
49 lines (48 loc) • 1.25 kB
JSON
{
"name": "vanilla-lazyload",
"version": "8.0.3",
"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",
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "~2.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-rollup": "^1.0.1",
"gruntify-eslint": "^3.1.0",
"jest": "^19.0.2"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/verlok/lazyload"
},
"keywords": [
"lazy",
"load",
"responsive",
"images",
"picture",
"srcset",
"SEO",
"sizes",
"progressive",
"JPEG",
"performance",
"perfmatters",
"no-jquery",
"async",
"vanilla"
],
"author": "Andrea \"verlok\" Verlicchi",
"license": "MIT",
"bugs": {
"url": "https://github.com/verlok/lazyload/issues"
},
"homepage": "http://verlok.github.io/lazyload"
}