mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-04 03:45:19 +08:00
v1.0.89
This commit is contained in:
parent
f01ca56111
commit
09280a688d
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "wildduck",
|
||||
"version": "1.0.88",
|
||||
"version": "1.0.89",
|
||||
"description": "IMAP server built with Node.js and MongoDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "mongo --eval 'db.dropDatabase()' wildduck-test && redis-cli -n 13 flushdb && NODE_ENV=test grunt"
|
||||
},
|
||||
"keywords": [],
|
||||
"keywords": ["imap", "mail server"],
|
||||
"author": "Andris Reinman",
|
||||
"license": "EUPL-1.1",
|
||||
"devDependencies": {
|
||||
|
@ -48,9 +48,9 @@
|
|||
"mongodb": "2.2.33",
|
||||
"nodemailer": "4.3.1",
|
||||
"npmlog": "4.1.2",
|
||||
"openpgp": "2.5.12",
|
||||
"qrcode": "0.9.0",
|
||||
"restify": "6.3.0",
|
||||
"openpgp": "2.5.13",
|
||||
"qrcode": "1.0.0",
|
||||
"restify": "6.3.1",
|
||||
"seq-index": "1.1.0",
|
||||
"smtp-server": "3.3.0",
|
||||
"speakeasy": "2.0.0",
|
||||
|
|
Loading…
Reference in a new issue