mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
30 lines
712 B
JSON
30 lines
712 B
JSON
{
|
|
"name": "@vuepress/plugin-medium-zoom",
|
|
"version": "1.0.2",
|
|
"description": "medium-zoom plugin for vuepress",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vuepress.git",
|
|
"directory": "packages/@vuepress/plugin-medium-zoom"
|
|
},
|
|
"keywords": [
|
|
"documentation",
|
|
"vue",
|
|
"vuepress",
|
|
"generator"
|
|
],
|
|
"dependencies": {
|
|
"medium-zoom": "^1.0.4"
|
|
},
|
|
"author": "ULIVZ <chl814@foxmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vuepress/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-medium-zoom#readme"
|
|
}
|