aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 6d610dc91b51dba3c528dee12f172d72748e25a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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",
    "markdown-it": "git+http://git.ache.one/markdown-it"
  },
  "author": "Titely",
  "license": ""
}