forked from sendinblue/APIv3-nodejs-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 883 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 883 Bytes
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
{
"name": "sib-api-v3-sdk",
"version": "7.0.3",
"description": "Official SendinBlue provided RESTFul API V3 nodejs library",
"license": "ISC",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"keywords": [
"sendinblue"
],
"repository": {
"type": "git",
"url": "https://github.com/sendinblue/APIv3-nodejs-library.git"
},
"author": {
"name": "SendinBlue",
"email": "developers@sendinblue.com",
"url": "https://www.sendinblue.com/"
},
"bugs": {
"url": "https://github.com/sendinblue/APIv3-nodejs-library.git/issues"
},
"homepage": "https://github.com/sendinblue/APIv3-nodejs-library.git/",
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.7.0"
},
"devDependencies": {
"mocha": "~2.3.4",
"sinon": "1.17.3",
"expect.js": "~0.3.1"
}
}