-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 865 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
{
"name": "strapi-provider-email-vlkmailer",
"version": "1.1.1",
"description": "A nodemailer provider for Strapi, powered by VLK STUDIO",
"main": "./lib",
"directories": {
"lib": "lib"
},
"scripts": {},
"keywords": [
"strapi",
"vlk",
"studio",
"vlk studio",
"email",
"nodemailer",
"provider",
"node",
"mail"
],
"author": "Mauro Erta <[email protected]>",
"license": "MIT",
"strapi": {
"isProvider": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/VLK-STUDIO/strapi-provider-email-vlkmailer"
},
"bugs": {
"url": "https://github.com/VLK-STUDIO/strapi-provider-email-vlkmailer/issues"
},
"homepage": "https://github.com/VLK-STUDIO/strapi-provider-email-vlkmailer#readme",
"dependencies": {
"nodemailer": "^6.4.16"
},
"devDependencies": {}
}