aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 18aa523f4754bc4b167827a68a14353523e7f2ec (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
25
26
27
{
  "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": "git+ssh://ache@git.ache.one:git/remark-mermaid-simple",
    "remark-preset-lint-markdown-style-guide": "^2.1.1",
    "remark-qcm": "git+ssh://ache@git.ache.one:git/remark-qcm",
    "remark-special-box": "git+ssh://ache@git.ache.one:git/remark-special-box",
    "unist-util-visit": "^1.2.0",
    "vfile-reporter": "^4.0.0"
  },
  "author": "Titely",
  "license": ""
}