{
  "name": "mustache-mailer",
  "description": "send emails using nodemailer, and mustache templates.",
  "version": "5.0.0",
  "author": "Ben Coe <ben@npmjs.com>",
  "bin": {
    "mustache-mailer": "./bin/mustache-mailer.js"
  },
  "dependencies": {
    "bluebird": "^3.4.7",
    "handlebars": "^4.0.11",
    "handlebars-async": "0.0.3",
    "lodash": "^4.17.4",
    "nodemailer": "^4.4.1",
    "yargs": "^6.6.0"
  },
  "devDependencies": {
    "chai": "~3.5.0",
    "coveralls": "~2.11.14",
    "mocha": "~3.1.2",
    "nodemailer-mock-transport": "^1.0.0",
    "nyc": "^8.4.0",
    "standard": "^10.0.3"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "mail",
    "mustache",
    "nodemailer",
    "template"
  ],
  "license": "ISC",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://www.github.com/npm/mustache-mailer"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "nyc mocha --check-leaks -R spec",
    "lint": "standard --fix"
  }
}
