{
  "name": "markdown-pdf-e10",
  "version": "5.2.1",
  "description": "Markdown to PDF converter",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover node_modules/.bin/tape test/*.js",
    "coveralls": "cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:e10/markdown-pdf.git"
  },
  "keywords": [
    "markdown",
    "pdf",
    "convert",
    "template"
  ],
  "author": "Anuj Pandey",
  "homepage": "https://github.com/e10/markdown-pdf",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/e10/markdown-pdf/blob/master/LICENSE"
    }
  ],
  "dependencies": {
    "commander": "^2.2.0",
    "duplexer": "^0.1.1",
    "extend": "^2.0.0",
    "highlight.js": "^8.4.0",
    "markdown-it": "^4.2.1",
    "phantomjs": "^1.9.13",
    "stream-from-to": "^1.4.2",
    "through2": "^0.6.3",
    "tmp": "0.0.24"
  },
  "devDependencies": {
    "coveralls": "^2.10.0",
    "istanbul": "^0.3.5",
    "pdf-text": "^0.4.0",
    "tape": "^3.0.3"
  },
  "engines": {
    "node": "~0.10.0"
  },
  "bin": {
    "markdown-pdf": "bin/markdown-pdf"
  }
}
