-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 899 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-comment-plus",
"version": "1.0.1",
"description": "Comment plugin in vuepress, such as Gitalk, Valine...",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/SivanLaai/vuepress-plugin-comment-plus.git"
},
"keywords": [
"vuepress",
"comment",
"plugin",
"vue",
"gitalk",
"valine",
"waline"
],
"author": "dongyuanxin",
"license": "MIT",
"bugs": {
"url": "https://github.com/SivanLaai/vuepress-plugin-comment-plus/issues"
},
"homepage": "https://github.com/SivanLaai/vuepress-plugin-comment-plus#readme",
"dependencies": {
"ejs": "^2.6.1",
"gitalk": "^1.5.0",
"gitalk-fix": "^1.5.2",
"i": "^0.3.6",
"npm": "^6.9.0",
"valine": "^1.3.9",
"@waline/client": "^1.3.3"
}
}