hexo-lazyload-image-modified
Version:
a hexo plugin which is used to have all images support lazyload, with the help of this functionality, it will improve lots of the loading proformance.
28 lines (27 loc) • 693 B
JSON
{
"name": "hexo-lazyload-image-modified",
"version": "1.1.1",
"description": "a hexo plugin which is used to have all images support lazyload, with the help of this functionality, it will improve lots of the loading proformance.",
"main": "index.js",
"scripts": {
"eslint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/Troy-Yang/hexo-lazyload-image.git"
},
"bugs": {
"url": "https://github.com/Troy-Yang/hexo-lazyload-image/issues"
},
"keywords": [
"hexo",
"hexo plugin",
"image lazyload"
],
"author": "Troy Yang",
"license": "ISC",
"dependencies": {
"eslint": "^4.3.0",
"uglify-js": "^3.0.27"
}
}