-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 844 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
{
"name": "mail-dapnet-gateway",
"version": "1.0.0",
"description": "A gateway from email to dapnet",
"main": "index.js",
"dependencies": {
"bunyan": "^1.8.12",
"config": "^3.0.1",
"events": "^3.0.0",
"mailparser": "^2.4.3",
"net": "^1.0.2",
"request": "^2.88.0",
"smtp-server": "^3.5.0",
"underscore": "^1.9.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eljudni/mail-dapnet-gateway.git"
},
"keywords": [
"DAPNET"
],
"author": "Peter Kornherr DO5EMA <peter@kornherr.net>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/eljudni/mail-dapnet-gateway/issues"
},
"homepage": "https://github.com/eljudni/mail-dapnet-gateway#readme"
}