forked from sendgrid/sendgrid-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 824 Bytes
/
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
{
"author": "SendGrid <info@sendgrid.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
"David Tomberlin <david.tomberlin@sendgrid.com>",
"Swift <swift@sendgrid.com>",
"Brandon West <brandon.west@sendgrid.com>"
],
"name": "sendgrid",
"description": "A NodeJS implementation of the SendGrid Api.",
"version": "0.2.5",
"homepage": "sendgrid.com",
"repository": {
"type": "git",
"url": "git://github.com/sendgrid/sendgrid-nodejs.git"
},
"engines": {
"node": ">= 0.4.7"
},
"dependencies": {
"underscore": ">=1.2.4",
"nodemailer": "*",
"mime": "*",
"step": ">= 0.0.5"
},
"devDependencies": {
"mocha": ">= 0.9.0",
"chai": ">= 0.1.6"
},
"scripts": {
"test": "make test"
},
"optionalDependencies": {}
}