package.json 712 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/plugin-medium-zoom",
G
v1.1.0  
giraud florent 已提交
3
  "version": "1.1.0",
U
ULIVZ 已提交
4 5 6 7 8 9 10
  "description": "medium-zoom plugin for vuepress",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
11 12
    "url": "git+https://github.com/vuejs/vuepress.git",
    "directory": "packages/@vuepress/plugin-medium-zoom"
U
ULIVZ 已提交
13 14 15 16 17 18 19 20
  },
  "keywords": [
    "documentation",
    "vue",
    "vuepress",
    "generator"
  ],
  "dependencies": {
21
    "medium-zoom": "^1.0.4"
U
ULIVZ 已提交
22
  },
U
ULIVZ 已提交
23
  "author": "ULIVZ <chl814@foxmail.com>",
U
ULIVZ 已提交
24 25 26 27 28 29
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-medium-zoom#readme"
}