Files
vuepress/packages/@vuepress/plugin-blog/package.json
T
2019-06-03 22:59:41 +08:00

27 lines
640 B
JSON

{
"name": "@vuepress/plugin-blog",
"version": "1.0.0-alpha.49",
"description": "blog plugin for vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-blog"
},
"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-blog#readme"
}