-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 752 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
34
35
{
"name": "snitchmail",
"version": "1.0.3",
"description": "Snitchmail will find and verify any email address based on full name and domain",
"main": "index.js",
"preferGlobal": "true",
"scripts": {
"start": "node bin/index.js index.js"
},
"bin": {
"snitchmail": "bin/index.js"
},
"keywords": [
"snitchmail",
"snitch",
"email verification",
"find email",
"email",
"verify",
"email",
"finder"
],
"repository": {
"type": "git",
"url": "https://github.com/yosidahan/snitch.git"
},
"author": "Yosi Dahan <yosi.dahans@gmail.com>",
"license": "MIT",
"dependencies": {
"async": "^1.5.2",
"commander": "^2.9.0",
"email-existence": "^0.1.5",
"swig": "^1.4.2"
}
}