-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathpackage.json
49 lines (49 loc) · 1007 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
46
47
48
49
{
"name": "smtpapi",
"version": "1.4.7",
"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": {
"chai": "^2.3.0",
"esdoc": "^1.0.3",
"esdoc-coverage-plugin": "^1.1.0",
"esdoc-type-inference-plugin": "^1.0.1"
},
"devDependencies": {
"mocha": "3.5.3",
"should": "13.1.2"
},
"contributors": [
{
"name": "Yamil Asusta",
"email": "[email protected]",
"url": "yamilasusta.com"
},
{
"name": "Scott Motte",
"email": "[email protected]",
"url": "scottmotte.com"
}
]
}