depend on request module
This commit is contained in:
parent
c137933a00
commit
4f99542201
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user