forked from instant-markdown/instant-markdown-d
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 833 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
{
"author": "Suan-Aik Yeo <[email protected]>",
"maintainer": "Ricardo Santos <[email protected]>",
"name": "instant-markdown-d",
"description": "Instantly-updating Markdown Server",
"version": "0.3.1",
"engine": "node",
"main": "instant-markdown-d",
"preferGlobal": "true",
"bin": {
"instant-markdown-d": "./instant-markdown-d"
},
"dependencies": {
"highlight.js": "^11.10.0",
"is-running": "^2.1.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-katex": "xtthaop/markdown-it-katex",
"markdown-it-table-of-contents": "^0.4.3",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-textual-uml": "^0.1.3",
"mermaid": "^10.9.1",
"send": "^0.16.2",
"shelljs": "^0.8.4",
"socket.io": "^2.5.1",
"underscore": "^1.13.2"
}
}