{
  "name": "@touchway/touchway-mail",
  "version": "0.9.9",
  "description": "Touchway mail wrapper",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "private": false,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/touchway/node/touchway-mail.git"
  },
  "keywords": [
    "Touchway",
    "mail",
    "wrapper"
  ],
  "author": "Horrer Lukas",
  "license": "ISC",
  "dependencies": {
    "nodemailer": "^4.6.7"
  }
}