mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-18 01:35:55 +10:00
32 lines
667 B
JSON
32 lines
667 B
JSON
{
|
|
"name": "@vuepress/cli",
|
|
"version": "1.0.0",
|
|
"description": "cli for vuepress",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git"
|
|
},
|
|
"keywords": [
|
|
"documentation",
|
|
"vue",
|
|
"vuepress",
|
|
"generator"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vuepress/issues"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.3.2",
|
|
"semver": "^5.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@vuepress/core": "^1.0.0"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/cli#readme"
|
|
} |