-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.2 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
{
"name": "strapi-provider-email-nodemailer-tmpl",
"version": "3.0.0",
"description": "Nodemailer provider for Strapi with Jade templating",
"main": "./lib",
"directories": {
"lib": "./lib"
},
"dependencies": {
"dotenv": "8.1.0",
"email-templates": "^7.1.1",
"lodash": "4.17.19",
"nodemailer": "6.3.0",
"nodemailer-html-to-text": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "node -r dotenv/config node_modules/release-it/bin/release-it.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gino8080/strapi-provider-email-nodemailer-tmpl.git"
},
"keywords": [
"Strapi",
"Email",
"Provider",
"Strapi 3",
"templates",
"jade"
],
"author": {
"name": "Gino8080"
},
"contributors": [
{
"name": "Gino8080",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gino8080/strapi-provider-email-nodemailer-tmpl/issues"
},
"strapi": {
"isProvider": true
},
"homepage": "https://github.com/gino8080/strapi-provider-email-nodemailer-tmpl#readme",
"devDependencies": {
"release-it": "13.6.5"
}
}