Files
vuepress/packages/@vuepress/plugin-search/package.json
T
2019-09-14 12:15:42 -04:00

27 lines
639 B
JSON

{
"name": "@vuepress/plugin-search",
"version": "1.1.0",
"description": "search plugin for vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-search"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator"
],
"author": "ULIVZ <chl814@foxmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-search#readme"
}