forked from haraka/Haraka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
{
"author": "Matt Sergeant <helpme@gmail.com> (http://baudehlo.wordpress.com/)",
"name": "Haraka",
"description": "An SMTP Server project.",
"keywords": ["haraka", "smtp", "server", "email"],
"version": "2.2.8",
"homepage": "https://github.com/baudehlo/Haraka/",
"repository": {
"type": "git",
"url": "git://github.com/baudehlo/Haraka.git"
},
"main": "haraka.js",
"engines": {
"node": ">= v0.8.0"
},
"dependencies": {
"nopt" : ">= 1.0.5",
"generic-pool" : ">= 2.0.2",
"iconv" : ">= 1.1.3",
"ipaddr.js" : ">= 0.1.1",
"semver" : ">= 1.0.14",
"async" : ">= 0.1.22",
"daemon" : ">= 1.1.0",
"npid" : ">= 0.3.1"
},
"optionalDependencies": {
"node-syslog" : ">= 1.1.2",
"ldapjs" : ">= 0.6.3"
},
"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" : "helpme@gmail.com",
"url" : "https://github.com/baudehlo/Haraka/issues"
},
"bin": { "haraka": "./bin/haraka", "spf": "./bin/spf" },
"scripts": {
"test": "./run_tests"
}
}