package.json 442 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.14.0",
    "github-markdown-css": "^2.4.1",
    "markdown-it": "^8.0.1"
  }
}