Files
vuepress/packages/@vuepress/shared-utils/package.json
T
2018-09-27 13:25:19 +08:00

33 lines
743 B
JSON

{
"name": "@vuepress/shared-utils",
"version": "1.0.0-alpha.1",
"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",
"escape-html": "^1.0.3",
"fs-extra": "^5.0.0",
"globby": "^8.0.1",
"hash-sum": "^1.0.2"
},
"author": "ULIVZ <chl814@foxmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/shared-utils#readme"
}