forked from andris9/simplesmtp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 909 Bytes
/
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
{
"name": "simplesmtp",
"description": "Simple SMTP server module to create custom SMTP servers",
"version": "0.3.35",
"author" : "Andris Reinman",
"maintainers":[
{
"name":"andris",
"email":"[email protected]"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/andris9/simplesmtp.git"
},
"scripts":{
"test": "nodeunit test/"
},
"main" : "./index.js",
"licenses" : [
{
"type": "MIT",
"url": "http://github.com/andris9/simplesmtp/blob/master/LICENSE"
}
],
"dependencies": {
"rai": "~0.1.11",
"xoauth2": "~0.1.8"
},
"devDependencies": {
"nodeunit": "*",
"mailcomposer": "*"
},
"engines" : { "node" : ">=0.8.0" },
"keywords": ["servers", "text-based", "smtp", "email", "mail", "e-mail"]
}