node-red-node-email
Version:
Node-RED nodes to send and receive simple emails.
22 lines (17 loc) • 411 B
JSON
{
"name": "utf7",
"version": "1.0.2",
"description": "Converts text to and from UTF-7 (RFC 2152 and IMAP)",
"author": "Konstantin Käfer <kkaefer@gmail.com>",
"licenses": [ { "type": "BSD" } ],
"main": "./utf7",
"dependencies": {
"semver": "~5.3.0"
},
"devDependencies": {
"tape": "~4.6.0"
},
"scripts": {
"test": "tape test/*.js"
}
}