email-exists
Version:
Check whether an email address exists.
35 lines (34 loc) • 793 B
JSON
{
"version": "0.2.1",
"name": "email-exists",
"description": "Check whether an email address exists.",
"license": "MIT",
"author": "Mark Tiedemann <www.marktiedemann@gmail.com>",
"contributors": [
"Andrew Lomakin <andrew0x0007c8@gmail.com>"
],
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"email",
"exists",
"existence",
"check",
"validate",
"verify",
"smtp"
],
"main": "index.js",
"dependencies": {
"throw-if-missing": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarkTiedemann/email-exists.git"
},
"bugs": {
"url": "https://github.com/MarkTiedemann/email-exists/issues"
},
"homepage": "https://github.com/MarkTiedemann/email-exists"
}