forked from macarthuror/parse-smtp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 976 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
{
"name": "parse-smtp-template",
"version": "2.1.2",
"description": "Parse Server Module to send emails via SMTP with a customizable template option and Multi Language",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macarthuror/parse-smtp-template.git"
},
"keywords": [
"Parse",
"Server",
"SMTP",
"email",
"Template",
"easy",
"custome"
],
"author": "Arturo Ortega Robles",
"contributors": [
{
"name": "Vincent Semrau",
"url": "https://github.com/vince1995"
},
{
"name": "Riccardo Chiarini",
"url": "https://github.com/riccardoch"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/macarthuror/parse-smtp-template/issues"
},
"homepage": "https://github.com/macarthuror/parse-smtp-template#readme",
"dependencies": {
"nodemailer": "6.4.8"
},
"devDependencies": {}
}