-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "@socketlabs/email",
"version": "1.4.4",
"description": "SocketLabs Email Delivery node.js client library",
"main": "./src/socketlabsClient.js",
"repository": {
"type": "git",
"url": "git+https://github.com/socketlabs/socketlabs-nodejs.git"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"email",
"delivery",
"socketlabs",
"transactional"
],
"author": "SocketLabs",
"contributors": [
"Matt Reibach <matt@socketlabs.com>",
"David Schrenker <david.schrenker@socketlabs.com>",
"Mirriam Ronoh <mirriam.ronoh@socketlabs.com>",
"Michael Boshuyzen <mike.boshuyzen@socketlabs.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/socketlabs/socketlabs-nodejs/issues"
},
"homepage": "https://github.com/socketlabs/socketlabs-nodejs#readme",
"dependencies": {
"axios": "^0.21.1",
"promise-retry": "^2.0.1"
},
"directories": {
"example": "examples"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}