package.json 762 字节
Newer Older
U
ULIVZ 已提交
1
{
2
  "name": "@vuepress/plugin-register-components",
U
v1.2.0  
ULIVZ 已提交
3
  "version": "1.2.0",
U
ULIVZ 已提交
4 5 6 7 8 9 10
  "description": "register-global-components 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-register-components"
U
ULIVZ 已提交
13 14 15 16 17 18 19
  },
  "keywords": [
    "documentation",
    "vue",
    "vuepress",
    "generator"
  ],
U
ULIVZ 已提交
20
  "author": "ULIVZ <chl814@foxmail.com>",
U
ULIVZ 已提交
21 22 23 24
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
25
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-register-components#readme",
U
ULIVZ 已提交
26
  "dependencies": {
U
v1.2.0  
ULIVZ 已提交
27
    "@vuepress/shared-utils": "^1.2.0"
U
ULIVZ 已提交
28
  }
U
ULIVZ 已提交
29
}