-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 1008 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
37
{
"name": "mx-connect",
"version": "1.5.5",
"description": "Establish TCP connection to a MX server",
"main": "lib/mx-connect.js",
"scripts": {
"test": "grunt",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zone-eu/mx-connect.git"
},
"keywords": [
"mx",
"smtp",
"mta"
],
"author": "Andris Reinman",
"license": "EUPL-1.1+",
"bugs": {
"url": "https://github.com/zone-eu/mx-connect/issues"
},
"homepage": "https://github.com/zone-eu/mx-connect#readme",
"devDependencies": {
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-contrib-nodeunit": "5.0.0",
"grunt-eslint": "24.3.0"
},
"dependencies": {
"ipaddr.js": "2.2.0",
"mailauth": "4.6.8"
}
}