-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 924 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
{
"name": "mockmailer",
"version": "1.0.2",
"description": "Mock out nodemailer for testing",
"main": "index.js",
"scripts": {
"test": "standard && npm run dep && tap test/*js",
"dep": "dependency-check . && dependency-check . --unused --no-dev"
},
"repository": {
"type": "git",
"url": "git://github.com/scriptoLLC/mockmailer"
},
"keywords": [
"mock",
"test",
"nodemailer",
"stmp",
"email",
"testing",
"mock",
"nodemailer",
"mail",
"send"
],
"author": "Todd Kennedy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/scriptoLLC/mockmailer/issues"
},
"homepage": "https://github.com/scriptoLLC/mockmailer",
"devDependencies": {
"dependency-check": "^2.9.1",
"jshint": "^2.5.1",
"nodemailer": "^4.0.1",
"standard": "^10.0.2",
"tap": "^10.5.1"
},
"engine": {
"node": "^6.0.0"
}
}