download-email-attachments
Version:
Download email attachments via IMAP
63 lines • 1.57 kB
JSON
{
"name": "download-email-attachments",
"description": "Download email attachments via IMAP",
"main": "index.js",
"bin": {
"download-email-attachments": "./bin/download-email-attachments.js"
},
"scripts": {
"test": "standard && npm run test-node",
"test-node": "mocha tests/**/test.*.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eHealthAfrica/download-email-attachments.git"
},
"keywords": [
"email",
"attachment",
"imap",
"cli"
],
"author": {
"name": "Gregor Martynus"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/eHealthAfrica/download-email-attachments/issues"
},
"homepage": "https://github.com/eHealthAfrica/download-email-attachments",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0",
"semantic-release": "^6.0.3",
"sinon": "^1.12.2",
"standard": "^5.3.1"
},
"dependencies": {
"async": "1.5.0",
"imap": "0.8.16",
"lodash.filter": "3.1.1",
"lodash.once": "3.0.1",
"mailparser": "0.5.3 ",
"minimist": "^1.1.0",
"mkdirp": "0.5.1",
"moment": "^2.10.6",
"string-template": "^0.2.0",
"verbalize": "^0.1.2"
},
"maintainers": [
{
"name": "ehealthafrica",
"email": "oss@ehealthafrica.org"
},
{
"name": "gr2m",
"email": "gregor@martynus.net"
}
],
"version": "2.0.1",
"readme": "ERROR: No README data found!",
"_id": "download-email-attachments@"
}