{
  "name": "github-md-html",
  "version": "0.1.21",
  "description": "A simple command line utility to convert markdown files to html files in GitHub styles",
  "main": "lib/toHTML.js",
  "bin": {
    "toHTML": "./bin/tohtml.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "toHTML": "node lib/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EvasiveXkiller/markdownToHtml.git"
  },
  "keywords": [
    "markdown",
    "Markdown",
    "converter",
    "markdownConverter",
    "mdtohtml",
    "markdownhtml",
    "md2html",
    "md-to-html",
    "markdown-github",
    "github",
    "gh"
  ],
  "author": {
    "name": "EvasiveXkiller",
    "email": "evasivexkiller@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/EvasiveXkiller/markdownToHtml/issues"
  },
  "homepage": "https://github.com/EvasiveXkiller/markdownToHtml#readme",
  "dependencies": {
    "showdown": "^1.9.0"
  },
  "devDependencies": {
    "eslint": "^7.32.0",
    "xo": "^0.45.0"
  }
}
