-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 983 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
{
"name": "strapi-provider-email-gmail-oauth2",
"version": "0.1.7",
"description": "Nodemailer Gmail provider with 3LO OAuth2 for Strapi Email",
"homepage": "http://strapi.io",
"keywords": [
"email",
"strapi",
"nodemailer"
],
"directories": {
"lib": "lib"
},
"main": "./lib",
"dependencies": {
"nodemailer": "^4.6.7"
},
"strapi": {
"isProvider": true
},
"author": "Alexandre Lavoie <[email protected]> (https://github.com/alexandre-lavoie)",
"maintainers": [
"Alexandre Lavoie <[email protected]> (https://github.com/alexandre-lavoie)"
],
"repository": {
"type": "git",
"url": "git://github.com/alexandre-lavoie/strapi-provider-email-gmail-oath2.git"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
},
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}