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