35 lines
717 B
JSON
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"
|
|
}
|
|
}
|