rr-guerrillamail
Version:
node library for interacting with Guerrilla Mail - creates and checks temporary email mailboxes
27 lines (26 loc) • 715 B
JSON
{
"name": "rr-guerrillamail",
"version": "0.2.0",
"description": "node library for interacting with Guerrilla Mail - creates and checks temporary email mailboxes",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/RedRiverSoftware/rr-guerrillamail.git"
},
"keywords": [
"guerrillamail",
"email",
"rr",
"redriver"
],
"author": "Red River Software",
"license": "MIT",
"bugs": {
"url": "https://github.com/RedRiverSoftware/rr-guerrillamail/issues"
},
"homepage": "https://github.com/RedRiverSoftware/rr-guerrillamail#readme",
"dependencies": {
"bluebird": "^2.9.30",
"superagent": "^1.2.0"
}
}