forked from zone-eu/mx-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 901 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
{
"name": "mx-connect",
"version": "1.1.2",
"description": "Establish TCP connection to a MX server",
"main": "lib/mx-connect.js",
"scripts": {
"test": "grunt"
},
"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": "^6.0.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-eslint": "^22.0.0"
},
"dependencies": {
"ipaddr.js": "1.9.1"
}
}