disposable-email-domains
Version:
A list of [disposable email domains](http://en.wikipedia.org/wiki/Disposable_email_address) like `mailinator.com`. You can use it to detect or block disposable accounts in your signup process. Exact domain matches are found in [index.json](https://github.
20 lines (19 loc) • 456 B
JSON
{
"name": "disposable-email-domains",
"version": "1.0.62",
"repository": "https://github.com/ivolo/disposable-email-domains.git",
"license": "MIT",
"main": "./index.json",
"scripts": {
"test": "mocha || true",
"add": "node add.js",
"prod": "node add.js && mocha || true"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-sorted": "^0.1.0",
"lodash": "^4.17.21",
"mocha": "^6.2.1",
"validator": "^13.7.0"
}
}