forked from mailjet/mailjet-apiv3-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
47
48
{
"name": "node-mailjet",
"version": "3.3.2",
"description": "Mailjet NodeJS API client",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"bluebird": "^3.5.0",
"json-bigint": "^0.2.3",
"qs": "^6.5.0",
"superagent": "^3.5.2",
"superagent-proxy": "^1.0.2"
},
"devDependencies": {
"chai": "^4.1.0",
"mocha": "^5.2.0",
"nock": "^9.0.14",
"@segment/to-iso-string": "^1.0.1",
"eslint": "^4.2.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mailjet/mailjet-apiv3-nodejs.git"
},
"keywords": [
"email",
"sms",
"node",
"mail",
"mailjet"
],
"author": "Guillaume Badi <[email protected]> (https://github.com/GuillaumeBadi)",
"contributors": [
"Arnaud Breton <[email protected]> (https://github.com/arnaudbreton)",
"Nicholas Smith <[email protected]> (https://github.com/safani)",
"Jérémie Parker <[email protected]> (https://github.com/p-j)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mailjet/mailjet-apiv3-nodejs/issues"
},
"homepage": "https://github.com/mailjet/mailjet-apiv3-nodejs#readme"
}