UNPKG

email-smtp-check

Version:

Checks existence of E-Mail SMTP server.

37 lines (36 loc) 831 B
{ "name": "email-smtp-check", "version": "0.1.1", "description": "Checks existence of E-Mail SMTP server.", "main": "email-smtp-check.js", "keywords": [ "email-smtp-check", "smtp-server", "smtp", "validate" ], "dependencies": {}, "devDependencies": { "fs": "*", "mocha": "*", "path": "*" }, "scripts": { "test": "mocha --recursive", "start": "node email-smtp-check.js" }, "homepage": "https://gitlab.com/autokent/email-smtp-check", "bugs": { "url": "https://gitlab.com/autokent/email-smtp-check/issues", "email": "mehmet.kozan@live.com" }, "repository": { "type": "git", "url": "https://gitlab.com/autokent/email-smtp-check.git" }, "author": "Mehmet Kozan <mehmet.kozan@live.com>", "license": "MIT", "engines": { "node": ">=6.8.1" } }