This commit is contained in:
Andris Reinman 2017-11-08 16:23:35 +02:00
parent f01ca56111
commit 09280a688d

View file

@ -1,12 +1,12 @@
{ {
"name": "wildduck", "name": "wildduck",
"version": "1.0.88", "version": "1.0.89",
"description": "IMAP server built with Node.js and MongoDB", "description": "IMAP server built with Node.js and MongoDB",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"test": "mongo --eval 'db.dropDatabase()' wildduck-test && redis-cli -n 13 flushdb && NODE_ENV=test grunt" "test": "mongo --eval 'db.dropDatabase()' wildduck-test && redis-cli -n 13 flushdb && NODE_ENV=test grunt"
}, },
"keywords": [], "keywords": ["imap", "mail server"],
"author": "Andris Reinman", "author": "Andris Reinman",
"license": "EUPL-1.1", "license": "EUPL-1.1",
"devDependencies": { "devDependencies": {
@ -48,9 +48,9 @@
"mongodb": "2.2.33", "mongodb": "2.2.33",
"nodemailer": "4.3.1", "nodemailer": "4.3.1",
"npmlog": "4.1.2", "npmlog": "4.1.2",
"openpgp": "2.5.12", "openpgp": "2.5.13",
"qrcode": "0.9.0", "qrcode": "1.0.0",
"restify": "6.3.0", "restify": "6.3.1",
"seq-index": "1.1.0", "seq-index": "1.1.0",
"smtp-server": "3.3.0", "smtp-server": "3.3.0",
"speakeasy": "2.0.0", "speakeasy": "2.0.0",