Files
vuepress/packages/@vuepress/cli/package.json
T
2018-08-12 05:39:38 +08:00

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"
}