@notracking/node-mailin
Version:
Artisanal inbound emails for every web app using nodejs
69 lines (68 loc) • 1.68 kB
JSON
{
"name": "@notracking/node-mailin",
"version": "2.5.6",
"description": "Artisanal inbound emails for every web app using nodejs",
"main": "index.js",
"bin": {
"nodeMailin": "run-cli.js"
},
"scripts": {
"test": "node -e \"require('grunt').tasks(['mochaTest']);\"",
"start": "run-cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darkdecoy/node-mailin.git"
},
"keywords": [
"incoming",
"inbound",
"email",
"parse",
"smtp",
"easy",
"post"
],
"author": "VithalReddy and Dark Decoy",
"license": "MIT",
"bugs": {
"url": "https://github.com/darkdecoy/node-mailin/issues"
},
"homepage": "https://github.com/darkdecoy/node-mailin",
"dependencies": {
"bluebird": "^3.7.2",
"commander": "^14.0.0",
"dkim": "^0.8.0",
"extend": "^3.0.2",
"forever-monitor": "github:nordluf/forever-monitor",
"html-to-text": "^9.0.5",
"languagedetect": "^2.0.0",
"lodash": ">=4.17.21",
"mailparser": "^3.7.3",
"semver": "^7.7.2",
"shelljs": "^0.10.0",
"smtp-server": "^3.13.7",
"spamc": "^0.0.5",
"spf-validator": "^0.2.0",
"uuid": "^11.1.0",
"winston": "^3.17.0"
},
"devDependencies": {
"async": "^3.2.6",
"chai": "^5.2.0",
"chai-as-promised": "^8.0.1",
"express": "^5.1.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-mocha-test": "^0.13.3",
"multiparty": "^4.2.3",
"should": "^13.2.3",
"smtp-connection": "github:nordluf/smtp-connection"
},
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
}
}