package.json 766 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/shared-utils",
U
ULIVZ 已提交
3
  "version": "1.0.0-alpha.7",
U
ULIVZ 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
  "description": "shared-utils for vuepress",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vuepress.git"
  },
  "keywords": [
    "documentation",
    "vue",
    "vuepress",
    "generator"
  ],
  "dependencies": {
    "chalk": "^2.3.2",
U
ULIVZ 已提交
21
    "escape-html": "^1.0.3",
U
ULIVZ 已提交
22
    "fs-extra": "^5.0.0",
23
    "globby": "^8.0.1",
U
ULIVZ 已提交
24 25
    "hash-sum": "^1.0.2",
    "upath": "^1.1.0"
U
ULIVZ 已提交
26
  },
U
ULIVZ 已提交
27
  "author": "ULIVZ <chl814@foxmail.com>",
U
ULIVZ 已提交
28 29 30 31 32
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/shared-utils#readme"
33
}