capto
Version:
Mail catcher for NodeJs
57 lines (56 loc) • 1.27 kB
JSON
{
"name": "capto",
"version": "0.6.0",
"description": "Mail catcher for NodeJs",
"main": "bin/capto.js",
"preferGlobal": true,
"bin": {
"capto": "bin/capto.js"
},
"keywords": [
"mail",
"email",
"smtp",
"capto",
"e-mail",
"development",
"testing",
"catcher",
"mailcatcher"
],
"dependencies": {
"async": "^0.9.0",
"chance": "^0.6.1",
"commander": "^2.3.0",
"express": "^4.9.8",
"express.io": "^1.1.13",
"pug": "^2.0.0-alpha6",
"jsesc": "^0.5.0",
"lodash": "^2.4.1",
"mailparser": "^0.4.6",
"mongoose": "^4.2.10",
"morgan": "^1.3.2",
"nodemailer": "^1.3.0",
"nodemailer-smtp-transport": "^0.1.13",
"nodemailer-sendmail-transport": "^1.0.0",
"request": "^2.47.0",
"serve-favicon": "^2.1.6",
"smtp-protocol": "^2.4.4",
"through2": "^0.6.3",
"winston": "^0.8.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/jamhall/capto/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:jamhall/capto.git"
},
"homepage": "https://jamhall.github.io/capto/",
"author": "Jamie Hall <hall@ill.eu>",
"license": "GPLv3"
}