forked from FGRibreau/mailchecker
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 KB
/
package.json
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
{
"name": "mailchecker",
"version": "1.4.0",
"description": "Cross-language temporary (disposable/throwaway) email detection library. Covers hundreds fake email providers.",
"main": "platform/node/",
"scripts": {
"test": "./node_modules/.bin/mocha -r should -R spec -G -u tdd",
"gen": "node gen.js",
"phptest": "npm run gen && php test/*.php",
"watch": "./node_modules/.bin/mocha -r should -R spec -G -u tdd -w"
},
"repository": {
"type": "git",
"url": "git://github.com/FGRibreau/mailchecker.git"
},
"keywords": [
"email",
"domains",
"disposable"
],
"engines": {
"node": "0.10.0"
},
"author": "Francois-Guillaume Ribreau <[email protected]> (http://fgribreau.com)",
"license": "MIT",
"dependencies": {
"async": "^1.4.2",
"cjson": "0.3.x",
"eventemitter2": "~0.4.14",
"glob": "^5.0.14",
"lodash": "3.x.x",
"mu2": "~0.5.20",
"multiline": "1.0.x"
},
"devDependencies": {
"should": "^7.1.0",
"nodeunit": "0.9.x",
"mocha": "2.x.x"
},
"optionalDependencies": {}
}