forked from kaldigo/strapi-email-nodemailer-gmail
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "strapi-provider-email-gmail-2lo",
"version": "3.5.1",
"description": "Gmail provider with 2-legged OAuth and a service account for the Strapi framework",
"homepage": "http://strapi.io",
"keywords": [
"email",
"gmail",
"service account",
"strapi",
"nodemailer",
"G suite",
"2-legged OAuth"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"nodemailer": "^6.4.2",
"strapi-utils": "^3.0.5"
},
"strapi": {
"isProvider": true
},
"author": {
"email": "[email protected]",
"name": "Mattias Belt, van den",
"url": "https://github.com/MattieBelt"
},
"repository": {
"type": "git",
"url": "git://github.com/MattieBelt/strapi-provider-email-gmail-2lo.git"
},
"bugs": {
"url": "https://github.com/MattieBelt/strapi-provider-email-gmail-2lo/issues"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"scripts": {
"test": "echo no test specified"
}
}