campaign
Version:
Compose responsive email templates easily, fill them with models, and send them out.
37 lines (36 loc) • 759 B
JSON
{
"name": "campaign",
"description": "Compose responsive email templates easily, fill them with models, and send them out.",
"homepage": "https://github.com/bevacqua/campaign",
"author": {
"name": "Nicolás Bevacqua",
"email": "hello@ponyfoo.com",
"url": "https://ponyfoo.com"
},
"repository": {
"type": "git",
"url": "git://github.com/bevacqua/campaign.git"
},
"version": "4.1.7",
"licenses": "MIT",
"keywords": [
"campaign",
"email",
"mail",
"mailgun",
"mandrill",
"templates",
"mustache",
"jade",
"smtp",
"imap",
"pop3"
],
"main": "./campaign.js",
"dependencies": {
"assignment": "2.2.0",
"contra": "1.9.1",
"mime": "1.3.4",
"moment": "2.11.2"
}
}