25 lines
534 B
JSON
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": {}
|
|
}
|