forked from remarkjs/remark-math
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 996 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
33
34
35
36
37
38
39
40
{
"name": "remark-html-katex",
"version": "1.2.0",
"description": "remark plugin to transform inline and block math with KaTeX",
"license": "MIT",
"keywords": [
"unified",
"remark",
"plugin",
"mdast",
"markdown",
"html",
"math",
"katex",
"latex",
"tex"
],
"repository": "https://github.com/remarkjs/remark-math/tree/master/packages/remark-html-katex",
"bugs": "https://github.com/remarkjs/remark-math/issues",
"author": "Junyoung Choi <fluke8259@gmail.com> (https://rokt33r.github.io)",
"contributors": [
"Junyoung Choi <fluke8259@gmail.com> (https://rokt33r.github.io)",
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"files": [
"index.js"
],
"main": "index.js",
"dependencies": {
"katex": "^0.10.0",
"rehype-parse": "^6.0.0",
"unified": "^8.0.0",
"unist-util-visit": "^2.0.0"
},
"peerDependencies": {
"remark-math": ">=1.0.0"
},
"devDependencies": {},
"xo": false
}