-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 964 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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"
}
}