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