forked from markserv/markserv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 KB
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
43
44
45
46
47
48
49
{
"name": "markserv",
"version": "0.1.3",
"description": "markserv renders and serves markdown files reloads your files in the browser as you edit.",
"keywords": [
"markdown",
"livereload",
"server",
"github"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"markserv": "server.js"
},
"author": "Alistair MacDonald <al@pwn.io>",
"email": "al@pwn.io",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ackmanlab/markserv.git"
},
"dependencies": {
"ansi": "^0.3.1",
"browser-sync": "^2.18.8",
"chokidar": "^1.6.1",
"commander": "^2.9.0",
"connect": "^3.6.0",
"front-matter": "^2.1.2",
"highlight.js": "^9.12.0",
"html-pdf": "^2.1.0",
"jsdom": "^9.12.0",
"less": "^2.7.2",
"markdown-it": "^8.3.1",
"markdown-it-anchor": "^4.0.0",
"markdown-it-deflist": "^2.0.3",
"markdown-it-footnote": "https://github.com/ackmanlab/markdown-it-footnote.git",
"markdown-it-front-matter": "^0.1.2",
"markdown-it-katex": "^2.0.3",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"micromatch": "^2.3.11",
"mime": "^1.3.4",
"open": "0.0.5",
"openport": "0.0.4",
"send": "^0.15.1"
}
}