package.json 523 Bytes
{
  "name": "markdown-view",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "node server",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "mdview": "bin/mdview"
  },
  "keywords": [],
  "author": "lintry <shenlin00@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "express": "^4.16.2",
    "github-markdown-css": "^2.10.0",
    "kml-customize": "git+ssh://git@gitlab.kmlab.com/comm/customize.git#1.0.0",
    "markdown-it": "^8.4.0"
  }
}