eml2png
Version:
Paint the EML to a single PNG image.
57 lines (56 loc) • 1.18 kB
JSON
{
"name": "eml2png",
"version": "0.0.2",
"description": "Paint the EML to a single PNG image.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "mocha",
"test-with-coverage": "nyc --reporter=html --reporter=text mocha",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"files": [
"index.js",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/poipoii/eml2png-nodejs.git"
},
"keywords": [
"nodejs",
"eml",
"email",
"png",
"convert",
"mailparser",
"emailparser",
"mail-parser",
"email-parser"
],
"author": "poipoii",
"maintainers": [
{
"name": "poipoii",
"email": "earth.sama@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/poipoii/eml2png-nodejs/issues"
},
"homepage": "https://github.com/poipoii/eml2png-nodejs",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"mailparser": "2.7.7",
"mailparser2-mit": "1.0.1",
"wkhtmltox": "1.1.4"
},
"devDependencies": {
"chai": "4.2.0",
"mocha": "6.2.2",
"nyc": "15.0.0"
}
}