depend on request module

This commit is contained in:
Richard Remer 2015-09-15 19:03:10 -07:00
parent c137933a00
commit 4f99542201

View File

@ -6,12 +6,10 @@
"bin": { "bin": {
"smtp2http": "./bin/smtp2http.js" "smtp2http": "./bin/smtp2http.js"
}, },
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": { "dependencies": {
"smtp-protocol": "^2", "smtp-protocol": "^2",
"squabble": "^1" "squabble": "^1",
"request": "^2"
}, },
"repository": { "repository": {
"type": "git", "type": "git",