Files
vuepress/packages/@vuepress/plugin-public-files/package.json
T
2019-04-03 15:20:53 +08:00

35 lines
892 B
JSON

{
"name": "@vuepress/plugin-public-files",
"version": "1.0.0-alpha.44",
"description": "register-global-components plugin for vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-public-files"
},
"scripts": {
"jest": "jest .*\\.spec\\.js$"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator"
],
"author": "Shigma <1700011071@pku.edu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-public-files#readme",
"dependencies": {
"@vuepress/shared-utils": "^1.0.0-alpha.44",
"copy-webpack-plugin": "^5.0.2",
"vuepress-mergeable": "^1.0.1"
}
}