wildduck/package.json
Andris Reinman 2510495ecf v1.1.0
2018-04-28 22:54:38 +03:00

79 lines
2.4 KiB
JSON

{
"name": "wildduck",
"version": "1.1.0",
"description": "IMAP/POP3 server built with Node.js and MongoDB",
"main": "server.js",
"scripts": {
"toc": "markdown-toc -i docs/api.md",
"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": {
"apidoc": "^0.17.6",
"browserbox": "^0.9.1",
"chai": "^4.1.2",
"eslint-config-nodemailer": "^1.2.0",
"grunt": "^1.0.2",
"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.5.0",
"mailparser": "2.2.3",
"markdown-toc": "^1.2.0",
"mocha": "^5.1.1",
"request": "^2.85.0"
},
"dependencies": {
"addressparser": "1.0.1",
"bcryptjs": "2.4.3",
"bugsnag": "2.3.1",
"generate-password": "1.4.0",
"he": "1.1.1",
"html-to-text": "4.0.0",
"humanname": "0.2.2",
"humanparser": "1.5.0",
"iconv-lite": "0.4.21",
"ioredfour": "1.0.2-ioredis",
"ioredis": "3.2.2",
"joi": "13.2.0",
"js-yaml": "3.11.0",
"key-fingerprint": "1.1.0",
"libbase64": "1.0.2",
"libmime": "3.1.0",
"libqp": "1.1.0",
"linkify-it": "2.0.3",
"mailsplit": "4.1.2",
"mobileconfig": "2.1.0",
"mongo-cursor-pagination-node6": "5.0.0",
"mongodb": "3.0.7",
"mongodb-extended-json": "1.10.0",
"node-forge": "0.7.5",
"nodemailer": "4.6.4",
"npmlog": "4.1.2",
"openpgp": "3.0.8",
"qrcode": "1.2.0",
"restify": "7.1.1",
"restify-logger": "2.0.1",
"seq-index": "1.1.0",
"smtp-server": "3.4.2",
"speakeasy": "2.0.0",
"tlds": "1.203.1",
"u2f": "0.1.3",
"utf7": "1.0.2",
"uuid": "3.2.1",
"wild-config": "1.3.6"
},
"repository": {
"type": "git",
"url": "git://github.com/wildduck-email/wildduck.git"
},
"optionalDependencies": {
"@ronomon/crypto-async": "2.3.0"
}
}