package.json 598 字节
Newer Older
1
{
2
  "name": "@vuepress/plugin-i18n-ui",
U
ULIVZ 已提交
3
  "version": "1.0.0-alpha.12",
4
  "description": "i18n-ui plugin for vuepress",
5 6 7 8 9 10
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
U
ULIVZ 已提交
11
    "url": "git+https://github.com/vuejs/vuepress.git"
12 13 14 15 16 17 18
  },
  "keywords": [
    "documentation",
    "vue",
    "vuepress",
    "generator"
  ],
U
ULIVZ 已提交
19
  "author": "ULIVZ <chl814@foxmail.com>",
20 21 22 23
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
24
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-i18n-ui#readme"
U
ULIVZ 已提交
25
}