-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
41 lines (41 loc) · 886 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
38
39
40
41
{
"name": "hexo-renderer-pandoc",
"version": "0.4.0",
"main": "index",
"author": {
"name": "Joseph Pan",
"email": "[email protected]",
"url": "http://hahack.com/"
},
"scripts": {
"test": "mocha",
"test-cov": "c8 -r=lcov mocha "
},
"contributers": [
{
"name": "K. Ritsuka",
"email": "[email protected]",
"url": "https://Ritsuka.moe/"
}
],
"tags": [
"pandoc",
"markdown",
"hexo"
],
"repository": {
"type": "git",
"url": "git://github.com/hexojs/hexo-renderer-pandoc/.git"
},
"bugs": {
"url": "https://github.com/hexojs/hexo-renderer-pandoc/issues"
},
"readmeFilename": "README.md",
"description": "hexo-renderer-pandoc",
"homepage": "https://github.com/hexojs/hexo-renderer-pandoc",
"devDependencies": {
"c8": "^8.0.1",
"chai": "^4.3.8",
"mocha": "^10.2.0"
}
}