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