-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.14 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.14 KB
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
49
50
51
52
53
{
"name": "sendinblue-v3-node-client",
"version": "0.0.2",
"description": "Unofficial Node.js SendInBlue V3 API",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luiscarbonell/sendinblue-v3-node-client.git"
},
"keywords": [
"sendinblue",
"send",
"sendin",
"in",
"blue",
"smtp",
"sib",
"v3",
"email-client",
"sms-client",
"transactional-email",
"transactional-emails",
"email",
"client",
"api",
"pop",
"sms",
"contacts"
],
"contributors": [{
"name": "Luis Ernesto Carbonell",
"email": "luiscarbonell5683@gmail.com"
}, {
"name": "Christian George Echevarria-Reina",
"email": "christian.george.echevarria@gmail.com"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/luiscarbonell/sendinblue-v3-node-client/issues"
},
"homepage": "https://github.com/luiscarbonell/sendinblue-v3-node-client#readme",
"dependencies": {
"bluebird": "^3.5.1",
"restify-clients": "^2.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.1.1"
}
}