-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 975 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
{
"name": "nodemailer-html-to-text",
"version": "3.0.0",
"description": "Generate text content from html for Nodemailer e-mails",
"main": "src/nodemailer-html-to-text.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/andris9/nodemailer-html-to-text.git"
},
"keywords": [
"Nodemailer"
],
"author": "Andris Reinman",
"license": "MIT",
"bugs": {
"url": "https://github.com/andris9/nodemailer-html-to-text/issues"
},
"homepage": "https://github.com/andris9/nodemailer-html-to-text",
"dependencies": {
"html-to-text": "7.1.1"
},
"devDependencies": {
"chai": "4.3.4",
"grunt": "1.3.0",
"grunt-contrib-jshint": "3.0.0",
"grunt-mocha-test": "0.13.3",
"mocha": "8.3.2"
},
"engines": {
"node": ">= 10.23.0"
}
}