-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 KB
/
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": "node-mailu",
"version": "1.0.0",
"description": "node-mailu is a Node.js library designed to facilitate interaction with the Mailu API, an open source, self-hosted email platform. This library provides methods and functions that allow developers to programmatically manage various operations related to the configuration and administration of email servers through the Mailu API.",
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Rodolfo Herrera Hernandez",
"url": "https://rodyherrera.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/rodyherrera/node-mailu/"
},
"keywords": [
"node-mailu",
"mailu",
"email",
"mail-server",
"email-platform",
"email-management",
"email-administration",
"email-automation",
"API",
"Node.js",
"library",
"Mailu-API",
"self-hosted-email",
"open-source",
"server-management",
"swagger",
"REST"
],
"dependencies": {
"axios": "^1.6.7"
}
}