-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "@checkout-charlie/strapi-provider-email-sparkpost",
"version": "1.0.0",
"description": "sparkpost provider for strapi email",
"keywords": [
"email",
"strapi"
],
"dependencies": {
"lodash": "~4.16",
"sparkpost": "^2.1.4"
},
"directories": {
"lib": "lib"
},
"main": "./lib",
"strapi": {
"isProvider": true
},
"author": "Federico Infanti <[email protected]>",
"maintainers": [
"Federico Infanti <[email protected]>"
],
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/checkout-charlie/strapi-provider-email-sparkpost.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/checkout-charlie/strapi-provider-email-sparkpost/issues"
},
"homepage": "https://github.com/checkout-charlie/strapi-provider-email-sparkpost#readme"
}