mail-service
Version:
A simple nodejs module to send rich html emails easily using angular templates and automatic image embedding.
35 lines (34 loc) • 806 B
JSON
{
"name": "mail-service",
"version": "1.1.0",
"description": "A simple nodejs module to send rich html emails easily using angular templates and automatic image embedding.",
"main": "index.js",
"scripts": {
"test": "jasmine"
},
"author": "FDIM",
"license": "MIT",
"homepage": "https://github.com/FDIM/mail-service#readme",
"bugs": {
"url": "https://github.com/FDIM/mail-service/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FDIM/mail-service.git"
},
"keywords": [
"mail",
"mail-service"
],
"devDependencies": {
"jasmine": "2.8.0"
},
"dependencies": {
"angular-template": "^2.0.9",
"async": "^1.5.2",
"extend": "^3.0.0",
"juice": "^2.0.0",
"nodemailer": "^2.4.2",
"striptags": "^2.1.1"
}
}