{ "name": "wildduck", "version": "1.19.2", "description": "IMAP/POP3 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", "apidoc": "apidoc -i lib/api/ -o docs/", "show": "NODE_CONFIG_ONLY=true node server.js" }, "keywords": [ "imap", "mail server" ], "author": "Andris Reinman", "license": "EUPL-1.1+", "devDependencies": { "ajv": "6.10.0", "apidoc": "0.17.7", "browserbox": "0.9.1", "chai": "4.2.0", "eslint": "5.16.0", "eslint-config-nodemailer": "1.2.0", "eslint-config-prettier": "4.2.0", "grunt": "1.0.4", "grunt-cli": "1.3.2", "grunt-eslint": "21.0.0", "grunt-mocha-test": "0.13.3", "grunt-shell-spawn": "0.4.0", "grunt-wait": "0.3.0", "icedfrisby": "1.5.0", "mailparser": "2.7.1", "mocha": "6.1.4", "request": "2.88.0" }, "dependencies": { "@phc/pbkdf2": "1.1.14", "accesscontrol": "2.2.1", "base32.js": "0.1.0", "bcryptjs": "2.4.3", "gelf": "2.0.1", "generate-password": "1.4.1", "he": "1.2.0", "html-to-text": "5.1.1", "humanname": "0.2.2", "iconv-lite": "0.4.24", "ioredfour": "1.0.2-ioredis-02", "ioredis": "4.9.3", "isemail": "3.2.0", "joi": "14.3.1", "js-yaml": "3.13.1", "key-fingerprint": "1.1.0", "libbase64": "1.0.3", "libmime": "4.1.1", "libqp": "1.1.0", "mailsplit": "4.4.1", "mobileconfig": "2.2.0", "mongo-cursor-pagination": "7.1.0", "mongodb": "3.2.3", "mongodb-extended-json": "1.10.1", "node-forge": "0.8.2", "nodemailer": "6.1.1", "npmlog": "4.1.2", "openpgp": "4.5.1", "pem": "1.14.2", "pwnedpasswords": "1.0.4", "qrcode": "1.3.3", "restify": "8.3.2", "restify-logger": "2.0.1", "seq-index": "1.1.0", "smtp-server": "3.5.0", "speakeasy": "2.0.0", "u2f": "0.1.3", "utf7": "1.0.2", "uuid": "3.3.2", "wild-config": "1.4.0", "yargs": "13.2.2" }, "repository": { "type": "git", "url": "git://github.com/wildduck-email/wildduck.git" } }