We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit ceb358dCopy full SHA for ceb358d
package.json
@@ -0,0 +1,31 @@
1
+{
2
+ "name": "vuepress-plugin-comment",
3
+ "version": "0.0.1",
4
+ "description": "vuepress commment plugin",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+ssh://[email protected]/dongyuanxin/vuepress-comment.git"
12
13
+ "keywords": [
14
+ "vuepress",
15
+ "comment",
16
+ "plugin",
17
+ "vue",
18
+ "gitalk",
19
+ "valine"
20
+ ],
21
+ "author": "dongyuanxin",
22
+ "license": "MIT",
23
+ "bugs": {
24
+ "url": "https://github.com/dongyuanxin/vuepress-comment/issues"
25
26
+ "homepage": "https://github.com/dongyuanxin/vuepress-comment#readme",
27
+ "dependencies": {
28
+ "ejs": "^2.6.1",
29
+ "gitalk": "^1.5.0"
30
+ }
31
+}
0 commit comments