vuepress-plugin-medium-zoom
Version:
VuePress plugin for medium-zoom
37 lines (36 loc) • 840 B
JSON
{
"name": "vuepress-plugin-medium-zoom",
"version": "1.1.9",
"description": "VuePress plugin for medium-zoom",
"keywords": [
"image",
"medium-zoom",
"plugin",
"vuepress",
"zoom"
],
"homepage": "https://github.com/vuepress",
"bugs": {
"url": "https://github.com/vuepress/vuepress-community/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/vuepress-community.git"
},
"license": "MIT",
"author": "meteorlxy <meteor.lxy@foxmail.com>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"styles"
],
"scripts": {
"build": "rimraf lib && tsc -p tsconfig.build.json",
"lint": "eslint --ext .ts src"
},
"dependencies": {
"medium-zoom": "^1.0.4"
},
"gitHead": "820ac793e5b5a85a53148eb0fee7c1df15d47d9b"
}