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