{
  "name": "mark-it-down",
  "version": "0.3.0",
  "description": "The modern Markdown parser",
  "main": "./dist/mark-it-down.js",
  "keywords": [
    "markdown",
    "mark",
    "down",
    "it",
    "parser",
    "parse",
    "morden",
    "code",
    "syntax",
    "highlight",
    "prism",
    "showdown"
  ],
  "author": "Rocky Wu <rocky823@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "prismjs": "^1.5.1",
    "showdown": "^1.4.3"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rwu823/mark-it-down.git"
  },
  "bugs": {
    "url": "https://github.com/rwu823/mark-it-down/issues"
  },
  "homepage": "https://github.com/rwu823/mark-it-down#readme"
}