{
  "name": "nodemailer-markdown",
  "version": "1.0.3",
  "description": "Markdown content for Nodemailer",
  "main": "src/nodemailer-markdown.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/andris9/nodemailer-markdown.git"
  },
  "keywords": [
    "Nodemailer",
    "markdown"
  ],
  "author": "Andris Reinman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andris9/nodemailer-markdown/issues"
  },
  "homepage": "https://github.com/andris9/nodemailer-markdown",
  "dependencies": {
    "marked": "^0.6.2"
  },
  "devDependencies": {
    "chai": "~4.2.0",
    "grunt": "~1.0.4",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-jshint": "~2.1.0",
    "grunt-mocha-test": "~0.13.3",
    "mocha": "^6.1.3"
  }
}
