1
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
markdown-it-katex/package.json
2022-03-01 16:09:56 +09:00

35 lines
717 B
JSON

{
"name": "@sup39/markdown-it-katex",
"version": "2.0.4",
"description": "Fast math support for markdown-it with KaTeX",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"watch": "watchify browser.js -o bundle.js -v",
"test": "node test/all.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:sup39/markdown-it-katex.git"
},
"keywords": [
"markdown",
"KaTeX",
"math",
"LaTeX",
"markdown-it-plugin",
"markdown-it"
],
"author": "sup39",
"license": "MIT",
"dependencies": {
"katex": "^0.15.2"
},
"devDependencies": {
"markdown-it": "^6.0.0",
"markdown-it-testgen": "^0.1.4",
"tape": "^4.5.1"
}
}