@everon/disposable-mail
Version:
Node.js wrapper for https://temp-mail.org/en/api/
31 lines (30 loc) • 707 B
JSON
{
"name": "@everon/disposable-mail",
"version": "0.2.1",
"description": "Node.js wrapper for https://temp-mail.org/en/api/",
"main": "disposable-mail.js",
"keywords": [
"temp-mail",
"temporary-mail",
"disposable-mail",
"mail",
"test mail",
"everon"
],
"repository": {
"type": "git",
"url": "https://github.com/everon/disposable-mail"
},
"bugs": {
"url": "https://github.com/everon/disposable-mail/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Audrius Jakumavicius <audrius.jakumavicius@ev-box.com>",
"license": "MIT",
"dependencies": {
"crypto": "0.0.3",
"node-fetch": "1.6.3"
}
}