-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 802 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "email-verifier",
"version": "0.4.1",
"description": "The best possible way to verify and validate an email address.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --no-timeouts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whois-api-llc/node-email-verifier.git"
},
"keywords": [
"email",
"verify",
"verification",
"validation",
"validate"
],
"author": "Randall Degges",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/whois-api-llc/node-email-verifier/issues"
},
"homepage": "https://github.com/whois-api-llc/node-email-verifier#readme",
"dependencies": {
"backoff": "^2.5.0",
"request": "^2.82.0"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}