-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 780 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 780 Bytes
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
{
"name": "mailr",
"version": "0.12.3",
"description": "Fluent mail library for NodeJS",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betaWeb/mailr.git"
},
"keywords": [
"mailer",
"nodemailer",
"mail",
"nodejs",
"fluent"
],
"author": "betaweb <betaweb34@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/betaWeb/mailr/issues"
},
"homepage": "https://github.com/betaWeb/mailr#readme",
"dependencies": {
"lodash": "^4.17.4",
"nodemailer": "^4.1.3",
"nunjucks": "^3.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"sinon": "^4.1.2"
}
}