Files
pole-book/server/node_modules/libmime/package.json

35 lines
766 B
JSON

{
"name": "libmime",
"description": "Encode and decode quoted printable and base64 strings",
"version": "2.1.3",
"main": "lib/libmime",
"homepage": "https://github.com/andris9/libmime",
"repository": {
"type": "git",
"url": "git://github.com/andris9/libmime.git"
},
"license": "MIT",
"keywords": [
"MIME",
"Base64",
"Quoted-Printable"
],
"author": "Andris Reinman <andris@kreata.ee>",
"scripts": {
"test": "grunt mochaTest"
},
"dependencies": {
"iconv-lite": "0.4.15",
"libbase64": "0.1.0",
"libqp": "1.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.2.0"
}
}