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