-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.04 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.04 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"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"
]
}