tempmail.js
Version:
Programatically generate and receive mail from temporary email addresses. Works in browsers and in node.js.
27 lines (26 loc) • 561 B
JSON
{
"name": "tempmail.js",
"main": "dist/tempmail.min.js",
"version": "0.3.1",
"homepage": "https://github.com/mileszim/tempmail.js",
"authors": [
"Miles Zimmerman <milezim@protonmail.com>"
],
"description": "Programatically generate and receive mail from temporary email addresses. Works in browsers and in node.js.",
"keywords": [
"tempmail",
"api",
"email",
"temporary",
"inbox",
"browser"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}