forked from haraka/Haraka
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.08 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
{
"author": "Matt Sergeant <helpme@gmail.com> (http://baudehlo.wordpress.com/)",
"name": "Haraka",
"description": "An SMTP Server project.",
"keywords": ["haraka", "smtp", "server", "email"],
"version": "2.0.4",
"homepage": "https://github.com/baudehlo/Haraka/",
"repository": {
"type": "git",
"url": "git://github.com/baudehlo/Haraka.git"
},
"main": "haraka.js",
"engines": {
"node": ">= v0.4.0"
},
"dependencies": {
"nopt" : ">= 1.0.5",
"generic-pool" : ">= 2.0.2",
"node-syslog" : ">= 1.1.2",
"iconv" : ">= 1.1.3",
"ipaddr.js" : ">= 0.1.1",
"semver" : ">= 1.0.14",
"async" : ">= 0.1.22"
},
"devDependencies": {
"nodeunit" : "https://github.com/godsflaw/nodeunit/tarball/master"
},
"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" },
"scripts": {
"test": "./run_tests"
}
}