31 lines
686 B
JSON
31 lines
686 B
JSON
{
|
|
"name": "hexo-renderer-pandoc-katex",
|
|
"version": "0.0.0",
|
|
"description": "A renderer for hexo using pandoc with katex support.",
|
|
"homepage": "https://git.gzezfisher.top/FISHER_/hexo-renderer-pandoc-katex",
|
|
"bugs": {
|
|
"url": "https://git.gzezfisher.top/FISHER_/hexo-renderer-pandoc-katex/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.gzezfisher.top/FISHER_/hexo-renderer-pandoc-katex.git"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"contributers": [],
|
|
"tags": [
|
|
"hexo",
|
|
"plugin",
|
|
"pandoc",
|
|
"renderer",
|
|
"math",
|
|
"katex"
|
|
],
|
|
"dependencies": {
|
|
"katex": "^0.16.22",
|
|
"pandoc-filter": "^2.2.0"
|
|
}
|
|
}
|