@digitalroute/email-verify
Version:
A tool to verify an email address exits via SMTP
55 lines (54 loc) • 1.76 kB
JSON
{
"name": "@digitalroute/email-verify",
"version": "0.3.2",
"description": "A tool to verify an email address exits via SMTP",
"main": "index.js",
"dependencies": {
"bluebird": "^3.5.1",
"validator": "^13.7.0"
},
"devDependencies": {
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"semantic-release": "^19.0.5"
},
"bugs": {
"url": "https://github.com/digitalroute/email-verify/issues"
},
"scripts": {
"test": "nyc --reporter=lcov mocha ./test/*.test.js"
},
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/digitalroute/email-verify"
},
"preferGlobal": true,
"bin": {
"email-verify": "./app.js"
},
"author": "Robert Oaks <robert.w.oaks@gmail.com> (https://github.com/bighappyworld)",
"contributors": [
"Anatolij Ostroumov <ostroumov095@gmail.com> (https://github.com/vodolaz095)",
"robert-irribarren <robertirribarren@gmail.com> (https://github.com/robert-irribarren)",
"Kirill Beresnev <derainberk@gmail.com> (https://github.com/DeRain)",
"Santiago Castro <santi.1410@hotmail.com> (https://github.com/bryant1410)",
"Fones <ja@fones.pl> (https://github.com/fones)",
"Bramzor <bramverdonck@telenet.be> (https://github.com/Bramzor)",
"zh99998 <zh99998@gmail.com> (https://github.com/zh99998)",
"sancowinx <jm-sarn@hotmail.com> (https://github.com/sancowinx)",
"Martin Edwards <martin@brilliantnoise.com> (https://github.com/mledwards)",
"james075 <james.heng@epitech.eu> (https://github.com/james075)",
"Matti Savolainen <matti@applifier.com> (https://github.com/Nomon)"
],
"license": "ISC",
"keywords": [
"email",
"smtp",
"verify",
"validate"
]
}