smtp2http/package.json
2015-09-15 19:01:47 -07:00

26 lines
560 B
JSON

{
"name": "smtp2http",
"version": "0.0.1",
"description": "SMTP to HTTP gateway",
"main": "index.js",
"bin": {
"smtp2http": "./bin/smtp2http.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"smtp-protocol": "^2",
"squabble": "^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"
}
}