fake-smtp-server
Version:
Fake SMTP Server for email testing
62 lines (61 loc) • 1.35 kB
JSON
{
"name": "fake-smtp-server",
"version": "0.8.0",
"description": "Fake SMTP Server for email testing",
"homepage": "https://github.com/ReachFive/fake-smtp-server",
"bugs": {
"url": "https://github.com/ReachFive/fake-smtp-server/issues"
},
"keywords": [
"smtp",
"development",
"test",
"fake",
"dummy",
"mock",
"email",
"e-mail",
"automated",
"integration",
"ci"
],
"repository": {
"type": "git",
"url": "https://github.com/ReachFive/fake-smtp-server.git"
},
"main": "index.js",
"author": "ReachFive",
"license": "MIT",
"bin": {
"fake-smtp-server": "./index.js"
},
"dependencies": {
"cli": "^1.0.1",
"express": "^4.15.4",
"express-basic-auth": "^1.1.3",
"lodash": "^4.17.4",
"mailparser": "^2.0.5",
"moment": "^2.18.1",
"smtp-server": "^3.1.0"
},
"devDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "^1.0.14",
"react-transition-group": "^2.2.1",
"reactstrap": "^4.8.0"
},
"engines": {
"node": ">=8.5.0"
},
"files": [
"build"
],
"scripts": {
"start": "react-scripts start",
"build": "PUBLIC_URL=./ react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"prepublishOnly": "yarn run build"
}
}