Skip to content

Commit ceb358d

Browse files
committed
init: vuepress-plugin-comment
0 parents  commit ceb358d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Diff for: package.json

+31
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)