{ "name": "vuepress", "version": "1.0.0-alpha.2", "description": "Minimalistic doc generator with Vue component based layout system", "main": "vuepress.js", "repository": { "type": "git", "url": "git+https://github.com/vuejs/vuepress.git" }, "keywords": [ "documentation", "vue", "generator" ], "bin": { "vuepress": "vuepress.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/cli": "^1.0.0-alpha.2", "@vuepress/core": "^1.0.0-alpha.2", "@vuepress/theme-default": "^1.0.0-alpha.2" }, "engines": { "node": ">=8" }, "browserslist": [ ">1%" ] }