UNPKG

442 BJSONView Raw
1{
2 "name": "markdown-it-katex",
3 "version": "1.0.0",
4 "description": "Easy KaTeX support for markdown-it ",
5 "main": "index.js",
6 "scripts": {
7 "watch": "watchify browser.js -o bundle.js -v",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "keywords": [
11 "markdown",
12 "KaTeX",
13 "math",
14 "LaTeX"
15 ],
16 "author": "waylonflinn@gmail.com",
17 "license": "MIT",
18 "dependencies": {
19 "katex": "^0.5.1"
20 }
21}