email-format-check
Version:
E-Mail address format validation module.
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "email-format-check",
"version": "1.1.3",
"description": "E-Mail address format validation module.",
"main": "email-format-check.js",
"keywords": [
"validate",
"email",
"address",
"string",
"is-email",
"isemail",
"e-mail",
"validator",
"email-regex",
"regex-email",
"is-email-maybe",
"is-email-like",
"email-address",
"validate_email",
"check-email",
"mailgun-validate-email",
"mailgun",
"mailchimp"
],
"dependencies": {},
"devDependencies": {
"mocha": "^4.0.1",
"path": "^0.12.7"
},
"scripts": {
"test": "mocha --recursive",
"start": "node email-format-check.js"
},
"homepage": "https://gitlab.com/autokent/email-format-check",
"bugs": {
"url": "https://gitlab.com/autokent/email-format-check/issues",
"email": "mehmet.kozan@live.com"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/autokent/email-format-check.git"
},
"author": "Mehmet Kozan <mehmet.kozan@live.com>",
"license": "MIT",
"engines": {
"node": ">=6.8.1"
}
}