@thadeu/checker-email
Version:
Email Checker is a email verification tool.
49 lines (48 loc) • 1.07 kB
JSON
{
"name": "@thadeu/checker-email",
"version": "0.0.5",
"description": "Email Checker is a email verification tool.",
"main": "index.js",
"dependencies": {
"bluebird": "^3.5.1",
"disposable-email-domains": "^1.0.39",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"validator": "^9.1.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.9.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.24.1"
},
"babel": {
"presets": [
"env",
"stage-2"
]
},
"bugs": {
"url": "https://github.com/thadeu/checker-email/issues"
},
"scripts": {
"test": "nyc --reporter=lcov mocha ./test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thadeu/checker-email"
},
"preferGlobal": true,
"author": "Thadeu Esteves Jr <tadeuu@gmail.com> (https://github.com/thadeu)",
"contributors": [],
"license": "MIT",
"keywords": [
"email",
"smtp",
"verify",
"validate",
"kill",
"email"
]
}