-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 782 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 782 Bytes
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
{
"name": "sh8email-smtp-server",
"version": "1.0.0",
"description": "SMTP Server for sh8.email",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha"
},
"author": "triplepy",
"license": "GPL-2.0",
"dependencies": {
"config": "^1.25.1",
"email-addresses": "^2.0.2",
"lodash": "^4.17.4",
"mailparser": "^2.0.2",
"nodemailer": "^3.1.4",
"request": "^2.80.0",
"request-promise": "^4.1.1",
"slack-winston": "0.0.7",
"smtp-server": "^2.0.2",
"url-join": "^1.1.0",
"winston": "^2.3.1"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-promise": "^3.5.0",
"should": "^11.2.1",
"sinon": "^2.1.0"
}
}