package.json 783 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/theme-vue",
U
v1.2.0  
ULIVZ 已提交
3
  "version": "1.2.0",
U
ULIVZ 已提交
4 5 6 7 8 9 10
  "description": "VuePress theme for official Vue projects",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
11 12
    "url": "git+https://github.com/vuejs/vuepress.git",
    "directory": "packages/@vuepress/theme-vue"
U
ULIVZ 已提交
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
  },
  "keywords": [
    "documentation",
    "vue",
    "vuepress",
    "generator"
  ],
  "author": "Evan You",
  "maintainers": [
    {
      "name": "ULIVZ",
      "email": "chl814@foxmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-vue#readme",
  "dependencies": {
U
v1.2.0  
ULIVZ 已提交
33
    "@vuepress/theme-default": "^1.2.0"
U
ULIVZ 已提交
34 35
  }
}