package.json 676 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/cli",
U
ULIVZ 已提交
3
  "version": "1.0.0-alpha.0",
U
ULIVZ 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  "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"
  },
U
ULIVZ 已提交
24 25 26 27
  "dependencies": {
    "chalk": "^2.3.2",
    "semver": "^5.5.0"
  },
U
ULIVZ 已提交
28 29 30 31
  "peerDependencies": {
    "@vuepress/core": "^1.0.0"
  },
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/cli#readme"
U
ULIVZ 已提交
32
}