package.json 651 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/plugin-search",
B
Ben Hong 已提交
3
  "version": "1.5.1",
U
ULIVZ 已提交
4 5 6
  "description": "search 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-search#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 23 24 25
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vuepress.git",
    "directory": "packages/@vuepress/plugin-search"
  },
  "license": "MIT",
  "author": "ULIVZ <chl814@foxmail.com>",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  }
U
ULIVZ 已提交
26
}