wildduck/package.json
2017-10-18 12:42:51 +03:00

70 lines
2 KiB
JSON

{
"name": "wildduck",
"version": "1.0.83",
"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": [],
"author": "Andris Reinman",
"license": "EUPL-1.1",
"devDependencies": {
"browserbox": "^0.9.1",
"chai": "^4.1.2",
"eslint-config-nodemailer": "^1.2.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^20.1.0",
"grunt-mocha-test": "^0.13.3",
"grunt-shell-spawn": "^0.3.10",
"grunt-wait": "^0.1.0",
"icedfrisby": "^1.4.0",
"mocha": "^4.0.1"
},
"dependencies": {
"addressparser": "1.0.1",
"bcryptjs": "2.4.3",
"bugsnag": "2.0.0",
"generate-password": "1.3.0",
"he": "1.1.1",
"html-to-text": "3.3.0",
"humanname": "0.2.2",
"humanparser": "1.5.0",
"iconv-lite": "0.4.19",
"ioredfour": "1.0.2-ioredis",
"ioredis": "3.1.4",
"joi": "13.0.0",
"js-yaml": "3.10.0",
"libbase64": "0.2.0",
"libmime": "3.1.0",
"libqp": "1.1.0",
"linkify-it": "2.0.3",
"mailsplit": "4.0.2",
"mobileconfig": "2.1.0",
"mongo-cursor-pagination": "5.0.0",
"mongodb": "2.2.33",
"nodemailer": "4.2.0",
"npmlog": "4.1.2",
"openpgp": "2.5.12",
"qrcode": "0.9.0",
"restify": "6.0.1",
"seq-index": "1.1.0",
"smtp-server": "3.3.0",
"speakeasy": "2.0.0",
"tlds": "1.198.0",
"u2f": "^0.1.3",
"utf7": "1.0.2",
"uuid": "3.1.0",
"wild-config": "1.3.5"
},
"repository": {
"type": "git",
"url": "git://github.com/wildduck-email/wildduck.git"
},
"optionalDependencies": {
"@ronomon/crypto-async": "2.2.0",
"modern-syslog": "1.1.4"
}
}