aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: faa784a7d0af1888cbf8e2a2d7d387b31bf1f6d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "markdown-preview",
  "version": "1.1.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "directory-tree": "^2.0.0",
    "express": "^4.15.5",
    "rehype-raw": "^2.0.0",
    "remark": "^8.0.0",
    "remark-highlight.js": "^5.0.0",
    "remark-html": "^6.0.1",
    "remark-kbd": "^1.0.6",
    "remark-math": "^1.0.3",
    "remark-mermaid-simple": "file:///home/ache/git/remark-mermaid-simple",
    "remark-preset-lint-markdown-style-guide": "^2.1.1",
    "vfile-reporter": "^4.0.0"
  },
  "author": "Titely",
  "license": ""
}