UNPKG

transacemail

Version:

Transactional Email & Templated Email for NodeJS

50 lines (49 loc) 1.12 kB
{ "version": "1.0.0", "name": "transacemail", "description": "Transactional Email & Templated Email for NodeJS", "homepage": "https://github.com/FGRibreau/node-transacemail", "author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com)", "repository": { "type": "git", "url": "git://github.com/FGRibreau/node-transacemail.git" }, "bugs": { "url": "https://github.com/FGRibreau/node-transacemail/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/FGRibreau/node-transacemail/blob/master/LICENSE-MIT" } ], "main": "lib/index", "engines": { "node": ">= 0.6.0" }, "dependencies": { "async": "^0.9.0", "deep-extend": "~0.2.5", "glob": "~3.1.17", "juice": "^1.1.2", "lodash": "^3.8.0", "q": "~0.8.12" }, "scripts": { "test": "grunt test" }, "keywords": [ "email", "mail", "transactional", "mailchimp", "mandrill", "mailjet" ], "devDependencies": { "grunt": "~0.3.15", "nodeunit": "~0.7.4", "grunt-shell": "~0.1.4", "doxx": "~0.7.0" } }