-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 KB
/
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
41
42
{
"name": "remark-latex",
"version": "0.12.12",
"description": "a compiler that stringifies mdast syntax trees to latex",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ir1d/remark-latex.git"
},
"author": "Ir1d",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ir1d/remark-latex/issues"
},
"keywords": [
"remark",
"markdown",
"latex"
],
"homepage": "https://github.com/Ir1d/remark-latex#readme",
"dependencies": {
"ccount": "^1.0.3",
"escape-latex": "^1.2.0",
"is-alphanumeric": "^1.0.0",
"longest-streak": "^2.0.2",
"mdast-util-compact": "^1.0.2",
"remark": "^10.0.1",
"remark-details": "^1.1.0",
"strip-markdown": "^3.0.2",
"unherit": "^1.1.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"remark-math": "^1.0.5",
"remark-parse": "^6.0.3",
"unified": "^7.0.2",
"unified-stream": "^1.0.4"
}
}