UNPKG

vuepress

Version:

Minimalistic doc generator with Vue component based layout system

53 lines (52 loc) 1.17 kB
{ "name": "vuepress", "version": "1.1.0", "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" }, "scripts": { "postinstall": "opencollective-postinstall || true" }, "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.1.0", "@vuepress/theme-default": "^1.1.0", "cac": "^6.3.9", "envinfo": "^7.2.0", "opencollective-postinstall": "^2.0.2" }, "collective": { "type": "opencollective", "url": "https://opencollective.com/vuepress" }, "engines": { "node": ">=8.6" }, "browserslist": [ ">1%" ], "gitHead": "d811bfbe3875b31746678dbe79b67385252dceb9" }