node-red-node-email
Version:
Node-RED nodes to send and receive simple emails.
34 lines (33 loc) • 589 B
JSON
{
"source": {
"include": [
"base32.js",
"package.json",
"README.md"
]
},
"plugins": ["plugins/markdown"],
"templates": {
"applicationName": "base32.js",
"meta": {
"title": "base32.js",
"description": "base32.js - Base 32 for JavaScript",
"keyword": [
"base32",
"base32hex",
"crockford",
"rfc2938",
"rfc4648",
"encoding",
"decoding"
]
},
"default": {
"outputSourceFiles": true
},
"linenums": true
},
"opts": {
"destination": "docs"
}
}