-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 996 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
{
"name": "vuepress-plugin-img-lazy",
"version": "1.0.4",
"main": "index.js",
"type": "commonjs",
"description": "a vuepress plugin to better supporting image lazy loading",
"author": "tolking <qw13131wang@gmail.com>",
"license": "MIT",
"repository": "https://github.com/tolking/vuepress-plugin-img-lazy",
"bugs": {
"url": "https://github.com/tolking/vuepress-plugin-img-lazy/issues"
},
"homepage": "https://github.com/tolking/vuepress-plugin-img-lazy",
"doc": "https://tolking.github.io/vuepress-plugin-img-lazy/",
"scripts": {
"dev": "vuepress dev docs",
"serve": "vuepress dev docs",
"build": "vuepress build docs"
},
"keywords": [
"vuepress",
"vuepress-plugin",
"lazy-loading",
"img",
"lazy",
"data-src"
],
"dependencies": {
"markdown-it-img-lazy": "^1.0.2",
"markdown-it-imsize": "^2.0.1"
},
"devDependencies": {
"vuepress": "^1.1.0",
"vuepress-theme-default-prefers-color-scheme": "^1.0.2"
}
}