UNPKG

1.12 kBJSONView Raw
1{
2 "name": "node-mailjet",
3 "version": "3.0.4",
4 "description": "Mailjet NodeJS API client",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "dependencies": {
10 "bluebird": "^3.3.5",
11 "json-bigint": "^0.2.0",
12 "qs": "^4.0.0",
13 "superagent": "^2.0.0"
14 },
15 "devDependencies": {
16 "mocha": "^2.4.5",
17 "chai": "^3.2.0",
18 "to-iso-string": "0.0.2"
19 },
20 "scripts": {
21 "test": "mocha"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/mailjet/mailjet-apiv3-nodejs.git"
26 },
27 "keywords": [
28 "email",
29 "node",
30 "mail",
31 "mailjet"
32 ],
33 "author": "Guillaume Badi <gbadi@mailjet.com> (https://github.com/GuillaumeBadi)",
34 "contributors": [
35 "Arnaud Breton <iam@arnaud.ninja> (https://github.com/arnaudbreton)",
36 "Nicholas Smith <nicksmith.biz@gmail.com> (https://github.com/safani)",
37 "Jérémie Parker <jeremie@vizeat.com> (https://github.com/p-j)"
38 ],
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/mailjet/mailjet-apiv3-nodejs/issues"
42 },
43 "homepage": "https://github.com/mailjet/mailjet-apiv3-nodejs#readme"
44}