smtp2http/package.json
2015-09-18 15:30:40 -07:00

25 lines
523 B
JSON

{
"name": "smtp2http",
"version": "1.0.0",
"description": "SMTP to HTTP gateway",
"bin": {
"smtp2http": "./smtp2http.js"
},
"dependencies": {
"smtp-protocol": "^2",
"squabble": "^1",
"request": "^2",
"mailparser": "^0.5",
"colors": "^1"
},
"repository": {
"type": "git",
"url": "https://github.com/Zingle/smtp2http.git"
},
"author": "Richard Remer (reanjr@gmail.com)",
"license": "proprietary",
"bugs": {
"url": "https://github.com/Zingle/smtp2http/issues"
}
}