@kenjiuno/mimelib-with-iso2022jp
Version:
Encode and decode quoted printable and base64 strings
36 lines (35 loc) • 1.03 kB
JSON
{
"name": "@kenjiuno/mimelib-with-iso2022jp",
"description": "Encode and decode quoted printable and base64 strings",
"version": "0.1.0",
"main": "lib/libmime",
"homepage": "https://github.com/HiraokaHyperTools/libmime",
"repository": {
"type": "git",
"url": "git://github.com/HiraokaHyperTools/libmime.git#mimelib-with-iso2022jp"
},
"license": "MIT",
"keywords": [
"MIME",
"Base64",
"Quoted-Printable"
],
"author": "Original developer Andris Reinman <andris@kreata.ee>, forked by kenjiuno",
"scripts": {
"test": "grunt"
},
"dependencies": {
"@kenjiuno/iconvlite-wrapper-with-iso2022jp": "0.1.0",
"libbase64": "1.0.3",
"libqp": "1.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint-config-nodemailer": "^1.2.0",
"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^21.0.0",
"grunt-mocha-test": "^0.13.3",
"mocha": "^5.2.0"
}
}