forked from yutikom/strapi-email-nodemailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 968 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
43
{
"name": "strapi-provider-email-email-templates",
"version": "1.0.1",
"description": "Nodemailer provider for strapi email with attacments support",
"homepage": "http://www.automat-it.com",
"keywords": [
"email",
"strapi",
"nodemailer",
"email-templates"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"app-root-path": "^3.0.0",
"ejs": "^3.0.1",
"email-templates": "^7.0.4",
"lodash": "^4.17.15",
"nodemailer": "^4.6.7"
},
"strapi": {
"isProvider": true
},
"author": {
"name": "Kevin Nguyen",
"email": "[email protected]",
"url": "https://github.com/k.nguyen0125"
},
"repository": {
"type": "git",
"url": "git://github.com/yutikom/strapi-email-nodemailer.git"
},
"bugs": {
"url": "https://github.com/yutikom/strapi-email-nodemailer/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
},
"license": "MIT"
}