1 | {
|
2 | "name": "@vuepress/plugin-medium-zoom",
|
3 | "version": "1.9.10",
|
4 | "description": "medium-zoom plugin for vuepress",
|
5 | "keywords": [
|
6 | "documentation",
|
7 | "generator",
|
8 | "vue",
|
9 | "vuepress"
|
10 | ],
|
11 | "homepage": "https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/plugin-medium-zoom#readme",
|
12 | "bugs": {
|
13 | "url": "https://github.com/vuejs/vuepress/issues"
|
14 | },
|
15 | "repository": {
|
16 | "type": "git",
|
17 | "url": "git+https://github.com/vuejs/vuepress.git",
|
18 | "directory": "packages/@vuepress/plugin-medium-zoom"
|
19 | },
|
20 | "license": "MIT",
|
21 | "author": "ULIVZ <chl814@foxmail.com>",
|
22 | "main": "index.js",
|
23 | "dependencies": {
|
24 | "@vuepress/types": "1.9.10",
|
25 | "medium-zoom": "^1.0.4"
|
26 | },
|
27 | "publishConfig": {
|
28 | "access": "public"
|
29 | },
|
30 | "gitHead": "a3e4bbab8df198b8b18d55031ff0b6f0bf190fdb"
|
31 | }
|