Files
Advanced-Smtp-Tester/package.json

28 lines
679 B
JSON

{
"name": "advanced-smtp-tester",
"version": "1.0.0",
"description": "Advanced Smtp Tester",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeNNiiInc/Advanced-Smtp-Tester.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/DeNNiiInc/Advanced-Smtp-Tester/issues"
},
"homepage": "https://github.com/DeNNiiInc/Advanced-Smtp-Tester#readme",
"dependencies": {
"body-parser": "^2.2.1",
"cors": "^2.8.5",
"express": "^5.2.1",
"nodemailer": "^7.0.11"
}
}