-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 919 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "vuepress-plugin-vdoing-comment",
"version": "1.3.0",
"description": "Comment plugin in vuepress vdoing theme, supports Gitalk, Valine, Artalk...",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/terwer/vuepress-plugin-vdoing-comment.git"
},
"keywords": [
"vuepress",
"comment",
"plugin",
"vue",
"gitalk",
"valine",
"artalk"
],
"author": "terwer",
"license": "MIT",
"bugs": {
"url": "https://github.com/terwer/vuepress-plugin-vdoing-comment/issues"
},
"homepage": "https://github.com/terwer/vuepress-plugin-vdoing-comment/blob/main/README.md",
"dependencies": {
"ejs": "^3.1.8",
"gitalk": "^1.5.0",
"gitalk-fix": "^1.5.2",
"i": "^0.3.6",
"npm": "^6.9.0",
"valine": "^1.3.9",
"artalk": "^2.8.7"
}
}