reshuffle
Version:
Reshuffle is a fast, unopinionated, minimalist integration framework
15 lines (14 loc) • 315 B
JSON
{
"name": "email",
"version": "1.0.0",
"description": "Reshuffle example for email in apps",
"main": "SMTPSendEmailExample.js",
"scripts": {
"start": "node SMTPSendEmailExample.js"
},
"author": "Nimo Naamani",
"license": "MIT",
"dependencies": {
"reshuffle-smtp-connector": "^0.0.1"
}
}