Files
vuepress/packages/@vuepress/plugin-test/package.json
T
2018-08-12 05:52:55 +08:00

26 lines
580 B
JSON

{
"private": true,
"name": "@vuepress/plugin-test",
"version": "1.0.0",
"description": "test plugin for vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-test#readme"
}