vuepress
Version:
Minimalistic doc generator with Vue component based layout system
54 lines (53 loc) • 1.2 kB
JSON
{
"name": "vuepress",
"version": "1.5.1",
"description": "Minimalistic doc generator with Vue component based layout system",
"keywords": [
"documentation",
"generator",
"vue"
],
"homepage": "https://github.com/vuejs/vuepress#readme",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/vuepress"
},
"license": "MIT",
"author": "Evan You",
"main": "index.js",
"bin": {
"vuepress": "cli.js"
},
"scripts": {
"postinstall": "opencollective-postinstall || exit 0"
},
"browserslist": [
">1%"
],
"dependencies": {
"@vuepress/core": "1.5.1",
"@vuepress/theme-default": "1.5.1",
"cac": "^6.5.6",
"envinfo": "^7.2.0",
"opencollective-postinstall": "^2.0.2",
"update-notifier": "^4.0.0"
},
"engines": {
"node": ">=8.6"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/vuepress"
},
"maintainers": [
{
"name": "ULIVZ",
"email": "chl814@foxmail.com"
}
],
"gitHead": "460069685976a8a71ce9ba10a66dd1dcfa530b82"
}