forked from scippio/email-existence
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 991 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 991 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
36
37
38
39
{
"author": "Nicholas Manousos <nmanousos@gmail.com>",
"contributors": [
"scippio <scippio@2ants.eu>",
"marentdev <mathieu@stationf.co>"
],
"name": "@stationf/email-existence",
"description": "Checks existence of email addresses",
"keywords": [
"email",
"existence",
"validation",
"validator"
],
"version": "0.2.4",
"repository": {
"type": "git",
"url": "git+https://github.com/marentdev/email-existence.git"
},
"bugs": {
"url": "http://github.com/marentdev/email-existence/issues"
},
"scripts": {
"test": "mocha --reporter spec"
},
"devDependencies": {
"expect.js": "~0.2.0",
"mocha": "~1.9.0",
"eslint": "^5.16.0",
"eslint-plugin-jsdoc": "^15.9.2",
"eslint-plugin-mocha": "^6.1.1",
"eslint-plugin-sonarjs": "^0.4.0",
"eslint-plugin-unicorn": "^11.0.0"
},
"homepage": "https://github.com/marentdev/email-existence#readme",
"main": "index.js",
"dependencies": {},
"license": "ISC"
}