forked from waylonflinn/markdown-it-katex
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
32 lines (32 loc) · 809 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@iktakahiro/markdown-it-katex",
"version": "4.0.1",
"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://[email protected]: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.12.0"
},
"devDependencies": {
"markdown-it": "11.0.0",
"markdown-it-testgen": "0.1.6",
"tape": "5.0.1"
}
}