UNPKG

hexo-renderer-markdown-it-katex

Version:

Supporting KaTeX out of box. No need to include the stylesheet manually.

64 lines (63 loc) 1.58 kB
{ "name": "hexo-renderer-markdown-it-katex", "version": "3.4.4+abreto.katex.0", "description": "Supporting KaTeX out of box. No need to include the stylesheet manually.", "main": "index.js", "scripts": { "eslint": "eslint .", "test": "mocha test/index.js", "test-cov": "nyc npm run test" }, "repository": { "type": "git", "url": "git://github.com/Abreto/hexo-renderer-markdown-it-katex.git" }, "keywords": [ "hexo", "renderer", "markdown", "markdown-it", "hexo-renderer", "katex", "latex", "math" ], "directories": { "lib": "./lib" }, "files": [ "index.js", "lib/" ], "author": "Abreto Fu <m@abreto.net> (https://abreto.net)", "license": "MIT", "bugs": { "url": "https://github.com/hexojs/hexo-renderer-markdown-it/issues" }, "homepage": "https://github.com/Abreto/hexo-renderer-markdown-it-katex", "dependencies": { "@abreto/markdown-it-katex": "^3.2.0", "markdown-it": "^10.0.0", "markdown-it-abbr": "^1.0.4", "markdown-it-cjk-breaks": "^1.1.2", "markdown-it-container": "^2.0.0", "markdown-it-deflist": "^2.0.3", "markdown-it-emoji": "^1.4.0", "markdown-it-footnote": "^3.0.1", "markdown-it-ins": "^3.0.0", "markdown-it-mark": "^3.0.0", "markdown-it-sub": "^1.0.0", "markdown-it-sup": "^1.0.0", "sluggo": "^0.2.0" }, "devDependencies": { "chai": "^4.0.0", "eslint": "^6.0.1", "eslint-config-hexo": "^3.0.0", "mocha": "^6.0.2", "nyc": "^14.1.1" }, "engines": { "node": ">=8.6.0" } }