UNPKG

nodemailer-mandrill-template-transport

Version:
65 lines (64 loc) 1.69 kB
{ "name": "nodemailer-mandrill-template-transport", "version": "1.0.4", "license": "MIT", "description": "Mandrill transport for Nodemailer", "author": { "name": "Thibault REMY", "email": "contact@thibremy.ninja", "url": "http://thibremy.ninja" }, "main": "./lib/mandrill-template-transport.js", "scripts": { "clean": "rimraf lib", "build": "mkdirp lib && babel src -d lib", "lint": "eslint src test", "prepublish": "npm run lint && npm run clean && npm run build", "test": "npm run lint; babel-tape-runner test/**.js | tap-colorize" }, "keywords": [ "nodemailer", "mandrill" ], "files": [ "lib/", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/thibremy/nodemailer-mandrill-template-transport.git" }, "engines": { "node": ">=0.12" }, "dependencies": { "lodash.cond": "^4.1.0", "lodash.constant": "^3.0.0", "lodash.first": "^3.0.0", "lodash.flatten": "^4.0.0", "lodash.groupby": "^4.1.0", "lodash.has": "^4.1.0", "lodash.isarray": "^4.0.0", "lodash.isfunction": "^3.0.8", "lodash.isundefined": "^3.0.1", "lodash.merge": "^4.1.0", "lodash.omit": "^4.0.2", "lodash.partial": "^4.0.1", "lodash.pick": "^4.0.1", "mandrill-api": "^1.0.45" }, "devDependencies": { "babel-cli": "^6.5.1", "babel-eslint": "^4.1.8", "babel-preset-es2015": "^6.5.0", "babel-tape-runner": "^2.0.0", "blue-tape": "^0.2.0", "eslint": "^1.10.3", "eslint-config-defaults": "^9.0.0", "mkdirp": "^0.5.1", "nodemailer": "^2.1.0", "rimraf": "^2.5.1", "sinon": "^1.17.3", "tap-dot": "^1.0.1" } }