Files
hexo-renderer-multi-markdow…/package.json
amehime b52cd41506 update
2020-04-26 22:11:24 +08:00

42 lines
981 B
JSON

{
"name": "hexo-renderer-markdown-it-ex",
"version": "0.0.0",
"description": "A Markdown parser for Hexo.",
"main": "index.js",
"repository": "https://github.com/amehime/hexo-renderer-markdown-it-ex.git",
"keywords": [
"hexo",
"renderer",
"markdown",
"markdown-it",
"hexo-renderer"
],
"directories": {
"lib": "./lib"
},
"files": [
"index.js",
"lib/"
],
"author": "Ruri Shimotsuki",
"license": "MIT",
"bugs": "https://github.com/amehime/hexo-renderer-markdown-it-ex/issues",
"homepage": "https://github.com/amehime/hexo-renderer-markdown-it-ex",
"dependencies": {
"argparse": "^1.0.7",
"clone": "^2.1.0",
"eastasianwidth": "^0.2.0",
"entities": "^2.0.0",
"hexo-util": "^1.7.0",
"katex": "^0.11.1",
"linkify-it": "^2.0.0",
"mdurl": "^1.0.1",
"mermaid": "^8.5.0",
"prismjs": "1.20.0",
"uc.micro": "^1.0.5",
"uslug": "^1.0.4"
},
"engines": {
"node": ">=8.6.0"
}
}