package.json 1.1 KB
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "vuepress",
B
Ben Hong 已提交
3
  "version": "1.5.3",
U
ULIVZ 已提交
4
  "description": "Minimalistic doc generator with Vue component based layout system",
5 6 7 8 9 10 11 12 13
  "keywords": [
    "documentation",
    "generator",
    "vue"
  ],
  "homepage": "https://github.com/vuejs/vuepress#readme",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
U
ULIVZ 已提交
14 15
  "repository": {
    "type": "git",
16 17
    "url": "git+https://github.com/vuejs/vuepress.git",
    "directory": "packages/vuepress"
U
ULIVZ 已提交
18
  },
19 20 21
  "license": "MIT",
  "author": "Evan You",
  "main": "index.js",
U
ULIVZ 已提交
22
  "bin": {
23
    "vuepress": "cli.js"
U
ULIVZ 已提交
24
  },
25
  "scripts": {
26
    "postinstall": "opencollective-postinstall || exit 0"
U
ULIVZ 已提交
27
  },
28 29 30
  "browserslist": [
    ">1%"
  ],
U
ULIVZ 已提交
31
  "dependencies": {
B
Ben Hong 已提交
32 33
    "@vuepress/core": "1.5.3",
    "@vuepress/theme-default": "1.5.3",
34
    "cac": "^6.5.6",
J
jess 已提交
35
    "envinfo": "^7.2.0",
36 37
    "opencollective-postinstall": "^2.0.2",
    "update-notifier": "^4.0.0"
J
jess 已提交
38
  },
39 40 41
  "engines": {
    "node": ">=8.6"
  },
J
jess 已提交
42 43 44
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/vuepress"
U
ULIVZ 已提交
45
  },
46 47 48 49 50
  "maintainers": [
    {
      "name": "ULIVZ",
      "email": "chl814@foxmail.com"
    }
U
ULIVZ 已提交
51
  ]
U
ULIVZ 已提交
52
}