UNPKG

mandrill-send-promise

Version:

A package that lets you send email using Mandrill with one line of NodeJS.

38 lines (37 loc) 802 B
{ "name": "mandrill-send-promise", "version": "1.0.1", "main": "src/mandrill-send-promise.js", "description": "A package that lets you send email using Mandrill with one line of NodeJS.", "repository": { "type": "git", "url": "git+https://github.com/withyoursquad/mandrill-send-promise" }, "author": "Squad", "license": "MIT", "homepage": "https://github.com/withyoursquad/mandrill-send-promise#readme", "keywords": [ "node", "nodejs", "email", "mandrill", "promise", "promises", "mailchimp" ], "scripts": { "test": "jest" }, "directories": { "test": "tests" }, "jest": { "collectCoverage": true, "coverageReporters": [ "text" ], "collectCoverageFrom": [ "src/mandrill-send-promise.js" ] } }