-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
36 lines (36 loc) · 953 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
{
"name": "nodemailer-sparkpost-transport",
"version": "2.2.0",
"description": "SparkPost transport for Nodemailer",
"main": "lib/sparkPostTransport.js",
"scripts": {
"pretest": "eslint examples lib test *.js",
"test": "mocha",
"postversion": "git push upstream && git push --tags upstream"
},
"repository": {
"type": "git",
"url": "git@github.com:SparkPost/nodemailer-sparkpost-transport.git"
},
"keywords": [
"nodemailer",
"sparkpost"
],
"author": "SparkPost",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SparkPost/nodemailer-sparkpost-transport/issues"
},
"homepage": "https://github.com/SparkPost/nodemailer-sparkpost-transport",
"dependencies": {
"sparkpost": "^2.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "=3.0.0",
"eslint-config-sparkpost": "1.0.1",
"mocha": "^5.2.0",
"nodemailer": "^4.6.8",
"sinon": "^7.1.1"
}
}