{
  "name": "mailjs",
  "version": "0.1.18",
  "description": "JavaScript HTML and text email renderer/formatter.",
  "main": "mail.js",
  "dependencies": {
    "juice": "4.0.2",
    "lodash": "4.17.4"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "mocha": "^1.18.2"
  },
  "engine": {
    "node": ">=6.9.1"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dimensia/mailjs.git"
  },
  "author": "dimensia",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dimensia/mailjs/issues"
  },
  "keywords": [
    "email",
    "text",
    "formatter",
    "renderer"
  ],
  "homepage": "https://mailjs.org"
}
