forked from haraka/Haraka
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.35 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
42
43
44
45
46
47
48
49
{
"author": "Matt Sergeant <[email protected]> (http://baudehlo.com/)",
"name": "Haraka",
"description": "An SMTP Server project.",
"keywords": ["haraka", "smtp", "server", "email"],
"version": "2.5.0",
"homepage": "http://haraka.github.io",
"repository": {
"type": "git",
"url": "git://github.com/baudehlo/Haraka.git"
},
"main": "haraka.js",
"engines": {
"node": ">= v0.8.0"
},
"dependencies": {
"nopt" : "~2.1.2",
"generic-pool" : "~2.0.2",
"iconv" : "~2.1.0",
"ipaddr.js" : "~0.1.2",
"semver" : "~2.2.1",
"async" : "~0.2.9",
"daemon" : "~1.1.0",
"npid" : "~0.4.0",
"address-rfc2822":"~0.0.2"
},
"optionalDependencies": {
"node-syslog" : "~1.1.7",
"ldapjs" : "~0.7.1",
"vs-stun" : "~0.0.7",
"geoip-lite" : "~1.1.3",
"redis" : "~0.10.1"
},
"devDependencies": {
"nodeunit" : "https://github.com/godsflaw/nodeunit/archive/master.tar.gz"
},
"licenses": [ {
"type": "MIT",
"url": "https://github.com/baudehlo/Haraka/blob/master/LICENSE"
} ],
"bugs": {
"mail" : "[email protected]",
"url" : "https://github.com/baudehlo/Haraka/issues"
},
"bin": { "haraka": "./bin/haraka", "spf": "./bin/spf", "haraka_grep": "./bin/haraka_grep" },
"scripts": {
"test": "./run_tests"
}
}