Files
vuepress/packages/@vuepress/shared-utils/package.json
T
ULIVZ ae6b3e924d feat: init @vuepress/shared-utils
Move common utilities to @vuepress/shared-utils
2018-08-17 03:47:39 +08:00

30 lines
661 B
JSON

{
"name": "@vuepress/shared-utils",
"version": "1.0.0",
"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",
"fs-extra": "^5.0.0",
"globby": "^8.0.1"
},
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/shared-utils#readme"
}