hexo-lazyload
Version:
A plugin for Hexo lazyload imgeas, auto generate thumbs, medium-like effect
41 lines (40 loc) • 964 B
JSON
{
"name": "hexo-lazyload",
"version": "1.3.6",
"description": "A plugin for Hexo lazyload imgeas, auto generate thumbs, medium-like effect",
"main": "index.js",
"scripts": {
"eslint": "eslint .",
"uglify": "uglifyjs lib/lazyload.intersectionObserver.js -o lib/lazyload.intersectionObserver.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Robin-front/hexo-lazyload.git"
},
"bugs": {
"url": "https://github.com/Robin-front/hexo-lazyload/issues/new"
},
"keywords": [
"hexo",
"hexo plugin",
"hexo lazyload",
"image lazyload",
"thumb",
"medium effect",
"performance",
"IntersectionObserver"
],
"author": "robin",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"gm": "^1.23.1",
"mkdirp": "^0.5.1",
"queue-maplimit": "^0.0.3",
"request": "^2.85.0"
},
"devDependencies": {
"eslint": "^4.3.0",
"uglify-js": "^3.0.27"
}
}