package.json 886 字节
Newer Older
U
ULIVZ 已提交
1 2 3
{
  "private": true,
  "name": "@vuepress/theme-blog",
U
ULIVZ 已提交
4
  "version": "1.0.0-alpha.35",
U
ULIVZ 已提交
5 6 7 8 9 10 11
  "description": "theme-blog for vuepress",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
12 13
    "url": "git+https://github.com/vuejs/vuepress.git",
    "directory": "packages/@vuepress/theme-blog"
U
ULIVZ 已提交
14 15 16 17 18 19 20 21
  },
  "keywords": [
    "documentation",
    "vue",
    "vuepress",
    "generator"
  ],
  "dependencies": {
U
ULIVZ 已提交
22 23 24 25
    "@vuepress/plugin-blog": "^1.0.0-alpha.35",
    "@vuepress/plugin-medium-zoom": "^1.0.0-alpha.35",
    "@vuepress/plugin-pagination": "^1.0.0-alpha.35",
    "@vuepress/plugin-search": "^1.0.0-alpha.35"
U
ULIVZ 已提交
26 27 28 29 30 31 32 33
  },
  "author": "ULIVZ <chl814@foxmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-blog#readme"
}