{ "name": "vuepress", "version": "1.0.0-beta.2", "description": "Minimalistic doc generator with Vue component based layout system", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/vuejs/vuepress.git", "directory": "packages/vuepress" }, "keywords": [ "documentation", "vue", "generator" ], "bin": { "vuepress": "cli.js" }, "author": "Evan You", "maintainers": [ { "name": "ULIVZ", "email": "chl814@foxmail.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/vuejs/vuepress/issues" }, "homepage": "https://github.com/vuejs/vuepress#readme", "dependencies": { "@vuepress/core": "^1.0.0-beta.2", "@vuepress/theme-default": "^1.0.0-beta.2", "cac": "^6.3.9", "envinfo": "^7.2.0" }, "engines": { "node": ">=8.6" }, "browserslist": [ ">1%" ] }