mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
35 lines
892 B
JSON
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"
|
|
}
|
|
}
|