html-email-to-text
Version:
Convert html emails to (formatted) plain text
30 lines (29 loc) • 583 B
JSON
{
"name": "html-email-to-text",
"version": "1.0.4",
"description": "Convert html emails to (formatted) plain text",
"license": "MIT",
"repository": "NaNdreas/html-email-to-text",
"author": {
"name": "Andreas Nilsson",
"email": "andreas.nilsson333@gmail.com",
"url": "github.com/NaNdreas"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"keywords": [
"email",
"email-text",
"formatter",
"html",
"html-to-text",
"text"
],
"dependencies": {
"htmlparser2": "^3.9.2"
}
}