vuepress-theme-reco/packages/@vuepress-reco/vuepress-plugin-comments/package.json

31 lines
859 B
JSON
Raw Normal View History

2020-04-03 19:30:07 +08:00
{
"name": "@vuepress-reco/vuepress-plugin-comments",
2020-06-02 07:37:35 +08:00
"version": "1.4.6",
2020-04-03 19:30:07 +08:00
"description": "Comments plugin for vuepress-theme-reco or other vuepress theme",
"keywords": [
"vuepress-theme-reco",
"comments",
"vuepress"
],
"homepage": "https://vuepress-theme-reco.recoluan.com",
"bugs": {
"url": "https://github.com/vuepress-reco/vuepress-theme-reco/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress-reco/vuepress-theme-reco.git"
},
"license": "MIT",
"author": "reco_luan <recoluan@outlook.com>",
"main": "index.js",
"dependencies": {
"@vssue/api-bitbucket-v2": "^1.1.1",
"@vssue/api-gitee-v5": "^1.4.4",
"@vssue/api-github-v3": "^1.4.4",
2020-04-03 19:30:07 +08:00
"@vssue/api-github-v4": "^1.2.0",
"@vssue/api-gitlab-v4": "^1.1.1",
"valine": "^1.4.14",
"vssue": "^1.4.6"
2020-04-03 19:30:07 +08:00
}
}