-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 858 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
38
39
40
41
42
43
{
"name": "mailbus",
"version": "1.0.2",
"description": "Node.js event broker over an email box",
"main": "mailbus.js",
"scripts": {
"preinstall": "npm i -g pm2",
"start": "pm2 start mailbus.js",
"stop": "pm2 stop mailbus"
},
"keywords": [
"email",
"mail",
"event",
"broker",
"bus",
"queue",
"daemon",
"event-broker",
"eventbus",
"message-queue",
"message-bus",
"message-broker",
"smtp-client"
],
"author": "Fabvalaaah",
"email": "fabvalaaah@laposte.net",
"contributors": [
"Fabvalaaah"
],
"repository": {
"type": "git",
"url": "https://github.com/fabvalaaah/mailbus.git"
},
"license": "MIT",
"dependencies": {
"imap-simple": "5.1.0",
"import-modules": "2.1.0",
"mailparser": "3.4.0",
"shelljs": "0.8.5",
"winston": "3.6.0"
}
}