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
2016-03-11 08:47:13 -06:00

26 lines
591 B
JSON

{
"name": "markdown-it-katex",
"version": "1.0.6",
"description": "Fast math support for markdown-it with KaTeX",
"main": "index.js",
"scripts": {
"watch": "watchify browser.js -o bundle.js -v",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:waylonflinn/markdown-it-katex.git"
},
"keywords": [
"markdown",
"KaTeX",
"math",
"LaTeX",
"markdown-it-plugin"
],
"author": "waylonflinn@gmail.com",
"license": "MIT",
"dependencies": {
"katex": "^0.5.1"
}
}