forked from chollis/nodebb-plugin-emailer-ses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "nodebb-plugin-emailer-ses",
"version": "0.3.0",
"description": "A plugin for NodeBB to use AWS SES for sending outbound emails",
"main": "emailer-ses.js",
"repository": {
"type": "git",
"url": "https://github.com/chollis/nodebb-plugin-emailer-ses"
},
"keywords": [
"nodebb",
"plugin",
"emailer",
"aws", "amazon",
"ses"
],
"author": "Craig Hollis <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chollis/nodebb-plugin-emailer-ses/issues"
},
"homepage": "https://github.com/chollis/nodebb-plugin-emailer-ses",
"nbbpm": {
"compatibility": "^1.0.0"
},
"dependencies": {
"aws-sdk": "^2.3.0"
},
"contributors": [
{
"name": "Louise McMahon",
"email": "[email protected]",
"url": "http://louisemcmahon.co.uk"
},
{
"name": "Barış Soner Uşaklı",
"email": "[email protected]",
"url": "http://nodebb.org/"
}
]
}