UNPKG

nodemailer-plugin-inline-base64

Version:
33 lines (32 loc) 803 B
{ "name": "nodemailer-plugin-inline-base64", "version": "2.1.1", "description": "Nodemailer plugin that will inline base64 images", "main": "src/plugin.js", "directories": { "test": "test" }, "dependencies": {}, "devDependencies": { "jasmine-node": "^1.14.5" }, "scripts": { "test": "jasmine-node test/" }, "repository": { "type": "git", "url": "git://github.com/mixmaxhq/nodemailer-plugin-inline-base64.git" }, "keywords": [ "nodemailer", "plugin", "base64", "attachment" ], "author": "Brad Vogel <brad@mixmax.com> (https://mixmax.com/)", "license": "MIT", "bugs": { "url": "https://github.com/mixmaxhq/nodemailer-plugin-inline-base64/issues" }, "homepage": "https://github.com/mixmaxhq/nodemailer-plugin-inline-base64" }