forked from jjenkins/node-amazon-ses
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 741 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 741 Bytes
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
{
"name": "amazon-ses-mailer",
"description": "Simple Amazon SES Mailer (maintained version of the 'amazon-ses' package).",
"version": "0.2.0",
"author": "Jim Jenkins <jim.jenkins@gmail.com>",
"contributors": [
"Antoine Rousseau <antoine@rousseau.im>"
],
"homepage": "https://github.com/antoinerousseau/node-amazon-ses",
"bugs": "https://github.com/antoinerousseau/node-amazon-ses/issues",
"dependencies": {
"request": "^2.72.0",
"underscore": "^1.8.3",
"xml2js": "^0.4.16"
},
"keywords": [
"email",
"amazon",
"ses",
"mailer"
],
"license": "MIT",
"repository": "https://github.com/antoinerousseau/node-amazon-ses.git",
"main": "main",
"engines": {
"node": ">= 0.4.1"
}
}