forked from sendgrid/smtpapi-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 870 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
38
39
40
41
42
43
44
45
{
"name": "smtpapi",
"version": "1.0.2",
"description": "Build SendGrid X-SMTPAPI headers in nodejs.",
"main": "lib/main.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/sendgrid/smtpapi-nodejs.git"
},
"keywords": [
"smtpapi",
"x-smtpapi",
"smtp",
"sendgrid",
"headers",
"email"
],
"readmeFilename": "README.md",
"author": "scottmotte",
"license": "BSD",
"dependencies": {
},
"devDependencies": {
"mocha": "",
"should": ""
},
"contributors": [
{
"name": "Yamil Asusta",
"email": "[email protected]",
"url": "yamilasusta.com"
},
{
"name": "Scott Motte",
"email": "[email protected]",
"url": "scottmotte.com"
}
]
}