hexo-tag-mermaid/package.json
2025-08-20 20:12:00 +08:00

25 lines
534 B
JSON

{
"name": "hexo-tag-mermaid",
"version": "0.0.0",
"description": "add mermaid diagrams support for hexo.",
"homepage": "https://git.gzezfisher.top/FISHER_/hexo-tag-mermaid",
"bugs": {
"url": "https://git.gzezfisher.top/FISHER_/hexo-tag-mermaid/issues"
},
"repository": {
"type": "git",
"url": "https://git.gzezfisher.top/FISHER_/hexo-tag-mermaid.git"
},
"main": "index.js",
"files": [
"lib"
],
"contributers": [],
"tags": [
"hexo",
"plugin",
"mermaid"
],
"dependencies": {}
}