UNPKG

mail-monkey

Version:

[![Build Status](https://travis-ci.org/ElderAS/mail-monkey.svg?branch=master&style=flat-square)](https://travis-ci.org/ElderAS/mail-monkey) [![npm](https://img.shields.io/npm/dt/mail-monkey.svg?style=flat-square)](https://www.npmjs.com/package/mail-monkey

47 lines (46 loc) 1.06 kB
{ "name": "mail-monkey", "version": "1.5.0", "description": "", "main": "src/index.js", "scripts": { "test": "echo \"No tests yet\"", "travis-deploy-once": "travis-deploy-once --pro", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "https://github.com/ElderAS/mail-monkey.git" }, "keywords": [ "elder", "express", "mail", "mjml" ], "author": "carsten@elder.no", "license": "MIT", "bugs": { "url": "https://github.com/ElderAS/mail-monkey/issues" }, "homepage": "https://github.com/ElderAS/mail-monkey#readme", "devDependencies": { "cz-conventional-changelog": "^2.1.0", "dotenv": "^6.1.0", "express": "^4.16.4", "semantic-release": "^15.9.17", "travis-deploy-once": "^5.0.9" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "@sendgrid/mail": "^6.5.1", "chalk": "^2.4.1", "handlebars": "^4.0.12", "mjml": "^4.2.1", "ramda": "^0.26.0" } }