mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-05 23:51:53 +08:00
v1.0.76
This commit is contained in:
parent
5862950741
commit
01166ed33d
1 changed files with 8 additions and 8 deletions
16
package.json
16
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wildduck",
|
"name": "wildduck",
|
||||||
"version": "1.0.75",
|
"version": "1.0.76",
|
||||||
"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": {
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
"eslint-config-nodemailer": "^1.2.0",
|
"eslint-config-nodemailer": "^1.2.0",
|
||||||
"grunt": "^1.0.1",
|
"grunt": "^1.0.1",
|
||||||
"grunt-cli": "^1.2.0",
|
"grunt-cli": "^1.2.0",
|
||||||
"grunt-eslint": "^20.0.0",
|
"grunt-eslint": "^20.1.0",
|
||||||
"grunt-mocha-test": "^0.13.2",
|
"grunt-mocha-test": "^0.13.2",
|
||||||
"grunt-shell-spawn": "^0.3.10",
|
"grunt-shell-spawn": "^0.3.10",
|
||||||
"grunt-wait": "^0.1.0",
|
"grunt-wait": "^0.1.0",
|
||||||
|
@ -38,23 +38,23 @@
|
||||||
"libmime": "^3.1.0",
|
"libmime": "^3.1.0",
|
||||||
"libqp": "^1.1.0",
|
"libqp": "^1.1.0",
|
||||||
"mailsplit": "^4.0.2",
|
"mailsplit": "^4.0.2",
|
||||||
"mobileconfig": "^2.0.1",
|
"mobileconfig": "^2.1.0",
|
||||||
"mongo-cursor-pagination": "^5.0.0",
|
"mongo-cursor-pagination": "^5.0.0",
|
||||||
"mongodb": "^2.2.31",
|
"mongodb": "^2.2.31",
|
||||||
"node-redis-scripty": "0.0.5",
|
"node-redis-scripty": "0.0.5",
|
||||||
"nodemailer": "^4.0.1",
|
"nodemailer": "^4.1.0",
|
||||||
"npmlog": "^4.1.2",
|
"npmlog": "^4.1.2",
|
||||||
"openpgp": "^2.5.8",
|
"openpgp": "^2.5.10",
|
||||||
"qrcode": "^0.9.0",
|
"qrcode": "^0.9.0",
|
||||||
"redfour": "^1.0.2",
|
"redfour": "^1.0.2",
|
||||||
"redis": "^2.8.0",
|
"redis": "^2.8.0",
|
||||||
"restify": "^5.1.0",
|
"restify": "^5.2.0",
|
||||||
"seq-index": "^1.1.0",
|
"seq-index": "^1.1.0",
|
||||||
"smtp-server": "^3.0.1",
|
"smtp-server": "^3.1.0",
|
||||||
"speakeasy": "^2.0.0",
|
"speakeasy": "^2.0.0",
|
||||||
"utf7": "^1.0.2",
|
"utf7": "^1.0.2",
|
||||||
"uuid": "^3.1.0",
|
"uuid": "^3.1.0",
|
||||||
"wild-config": "^1.3.0"
|
"wild-config": "^1.3.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue