wildduck/package.json
Andris Reinman c49d94dc31 v1.0.60
2017-07-30 18:09:03 +03:00

63 lines
1.8 KiB
JSON

{
"name": "wildduck",
"version": "1.0.60",
"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.0",
"eslint-config-nodemailer": "^1.2.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^20.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-shell-spawn": "^0.3.10",
"grunt-wait": "^0.1.0",
"icedfrisby": "^1.2.0",
"mocha": "^3.4.2"
},
"dependencies": {
"addressparser": "^1.0.1",
"bcryptjs": "^2.4.3",
"generate-password": "^1.3.0",
"html-to-text": "^3.3.0",
"iconv-lite": "^0.4.18",
"joi": "^10.6.0",
"js-yaml": "^3.9.0",
"libbase64": "^0.2.0",
"libmime": "^3.1.0",
"libqp": "^1.1.0",
"mailsplit": "^4.0.2",
"mobileconfig": "^2.0.1",
"mongo-cursor-pagination": "^5.0.0",
"mongodb": "^2.2.30",
"node-redis-scripty": "0.0.5",
"nodemailer": "^4.0.1",
"npmlog": "^4.1.2",
"qrcode": "^0.9.0",
"redfour": "^1.0.2",
"redis": "^2.7.1",
"restify": "^5.0.1",
"seq-index": "^1.1.0",
"smtp-server": "^3.0.1",
"speakeasy": "^2.0.0",
"utf7": "^1.0.2",
"uuid": "^3.1.0",
"wild-config": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/wildduck-email/wildduck.git"
},
"optionalDependencies": {
"@ronomon/crypto-async": "^2.0.1",
"modern-syslog": "^1.1.4"
}
}