Select Git revision
package.json
-
iktakahiro authorediktakahiro authored
This project manages its dependencies using npm.
Learn more
package.json 811 B
{
"name": "@iktakahiro/markdown-it-katex",
"version": "3.1.0",
"description": "Fast math support for markdown-it with KaTeX",
"main": "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:iktakahiro/markdown-it-katex.git"
},
"keywords": [
"markdown",
"KaTeX",
"math",
"LaTeX",
"markdown-it-plugin",
"markdown-it"
],
"author": "Takahiro Ethan Ikeuchi @iktakahiro",
"license": "MIT",
"dependencies": {
"katex": "^0.10.0"
},
"devDependencies": {
"markdown-it": "^8.4.1",
"markdown-it-testgen": "^0.1.4",
"tape": "^4.9.0"
}
}