forked from sendgrid/sendgrid-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 969 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
35
36
37
{
"author": "SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
"David Tomberlin <[email protected]>",
"Swift <[email protected]>",
"Brandon West <[email protected]>"
],
"name": "sendgrid",
"description": "A NodeJS implementation of the SendGrid Api.",
"version": "0.2.7",
"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",
"nock": "~0.16.0",
"sinon": "~1.6.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --grep '#skip' --invert",
"skipped": "./node_modules/.bin/mocha --grep '#skip'"
},
"optionalDependencies": {}
}