package.json 907 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "vuepress",
U
ULIVZ 已提交
3
  "version": "1.0.0-beta.2",
U
ULIVZ 已提交
4
  "description": "Minimalistic doc generator with Vue component based layout system",
5
  "main": "index.js",
U
ULIVZ 已提交
6 7
  "repository": {
    "type": "git",
8 9
    "url": "git+https://github.com/vuejs/vuepress.git",
    "directory": "packages/vuepress"
U
ULIVZ 已提交
10 11 12 13 14 15 16
  },
  "keywords": [
    "documentation",
    "vue",
    "generator"
  ],
  "bin": {
17
    "vuepress": "cli.js"
U
ULIVZ 已提交
18 19
  },
  "author": "Evan You",
U
ULIVZ 已提交
20 21 22 23 24 25
  "maintainers": [
    {
      "name": "ULIVZ",
      "email": "chl814@foxmail.com"
    }
  ],
U
ULIVZ 已提交
26 27 28 29 30 31
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
  "homepage": "https://github.com/vuejs/vuepress#readme",
  "dependencies": {
U
ULIVZ 已提交
32 33
    "@vuepress/core": "^1.0.0-beta.2",
    "@vuepress/theme-default": "^1.0.0-beta.2",
J
James George 已提交
34 35
    "cac": "^6.3.9",
    "envinfo": "^7.2.0"
U
ULIVZ 已提交
36 37
  },
  "engines": {
U
ULIVZ 已提交
38
    "node": ">=8.6"
U
ULIVZ 已提交
39 40 41 42
  },
  "browserslist": [
    ">1%"
  ]
U
ULIVZ 已提交
43
}