{
  "name": "markdown-styles",
  "description": "Markdown to HTML generator and multiple CSS themes for Markdown",
  "version": "3.1.10",
  "author": {
    "name": "Mikito Takada",
    "email": "mixu@mixu.net",
    "url": "http://blog.mixu.net/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mixu/markdown-styles.git"
  },
  "bin": {
    "generate-md": "./bin/generate-md"
  },
  "keywords": [
    "markdown",
    "markup",
    "html",
    "documentation",
    "docs",
    "static",
    "highlight"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha -R spec ./test/*.test.js"
  },
  "dependencies": {
    "handlebars": "~4.0.10",
    "markdown-stream-utils": "~1.5.0",
    "mkdirp": "~0.5.1",
    "pipe-iterators": "~1.3.0",
    "resolve": "~1.4.0",
    "wildglob": "~0.1.1",
    "xtend": "~4.0.0",
    "yargs": "~6.6.0"
  },
  "devDependencies": {
    "electroshot": "~1.4.0",
    "file-fixture": "0.0.2",
    "mds-csv": "0.0.0"
  }
}
