temp-mailbox
Version:
Node.js wrapper for https://temp-mail.org/en/api/
37 lines (36 loc) • 749 B
JSON
{
"name": "temp-mailbox",
"version": "0.1.1",
"description": "Node.js wrapper for https://temp-mail.org/en/api/",
"main": "MailBox.js",
"keywords": [
"temp-mail",
"temporary-mail",
"temp-mailbox",
"mail",
"test mail",
"hughzurname"
],
"repository": {
"type": "git",
"url": "https://github.com/hughzurname/temp-mailbox"
},
"bugs": {
"url": "https://github.com/hughzurname/temp-mailbox/issues"
},
"scripts": {
"test": "mocha"
},
"author": "Craig de Gouveia",
"license": "MIT",
"dependencies": {
"crypto": "0.0.3",
"node-fetch": "1.6.3"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.19.0",
"mocha": "^3.3.0"
}
}