forked from deployd/dpd-email
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.18 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "dpd-email",
"version": "0.1.1",
"description": "Module for Deployd that allows you to send an email to your users",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/deployd/dpd-email.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dpd",
"deployd",
"dpdmodule",
"email"
],
"dependencies": {
"nodemailer": "~1.3.0",
"nodemailer-html-to-text": "^1.0.0",
"nodemailer-smtp-transport": "^0.1.13"
},
"contributors": [
{
"name": "Wojciech Franke",
"email": null,
"url": "https://github.com/enajski",
"contributions": 1,
"additions": 1,
"deletions": 1,
"hireable": false
},
{
"name": "Eric Fong",
"email": "ericff@gmail.com",
"url": "https://github.com/ericfong",
"contributions": 1,
"additions": 69,
"deletions": 82,
"hireable": true
},
{
"name": "Dallon Feldner",
"email": "",
"url": "https://github.com/dallonf",
"contributions": 1,
"additions": 101,
"deletions": 0,
"hireable": false
},
{
"name": "Nicolas Ritouet",
"email": "",
"url": "https://github.com/NicolasRitouet",
"contributions": 1,
"additions": 1,
"deletions": 3,
"hireable": false
},
{
"name": "Ritchie Martori",
"email": null,
"url": "https://github.com/ritch",
"contributions": 1,
"additions": 17,
"deletions": 0,
"hireable": false
},
{
"name": "Jörg Ossenkopp",
"email": "",
"url": "https://github.com/ozzroach",
"contributions": 1,
"additions": 0,
"deletions": 4,
"hireable": false
},
{
"name": "Dominik Lessel",
"email": "",
"url": "https://github.com/dominiklessel",
"contributions": 2,
"additions": 256,
"deletions": 73,
"hireable": false
},
{
"name": "Carsten Milling",
"email": "cmil@hashtable.de",
"url": "https://github.com/cmil",
"contributions": 2,
"additions": 2,
"deletions": 2,
"hireable": true
}
]
}