forked from duanefields/nodemailer-html-to-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 873 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
{
"name": "nodemailer-html-to-text",
"version": "2.1.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/glg/nodemailer-html-to-text.git"
},
"keywords": [
"Nodemailer"
],
"author": "Source code moved from Duane's repo",
"bugs": {
"url": "https://github.com/glg/nodemailer-html-to-text/issues"
},
"homepage": "https://github.com/glg/nodemailer-html-to-text",
"dependencies": {
"html-to-text": "git+ssh://[email protected]:glg/node-html-to-text-1.git"
},
"devDependencies": {
"chai": "~3.5.0",
"grunt": "~1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-mocha-test": "~0.12.7",
"mocha": "^2.4.5"
}
}