mirror of
https://github.com/Expand-sys/imapmove.com
synced 2025-12-18 14:32:13 +11:00
34 lines
846 B
JSON
34 lines
846 B
JSON
{
|
|
"name": "imapmove.com",
|
|
"version": "1.0.0",
|
|
"description": "imap email mover nodejs application",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Expand-sys/imapmove.com.git"
|
|
},
|
|
"author": "Expand",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Expand-sys/imapmove.com/issues"
|
|
},
|
|
"homepage": "https://github.com/Expand-sys/imapmove.com#readme",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"eiows": "^3.6.0",
|
|
"express": "^4.17.1",
|
|
"express-busboy": "^8.0.0",
|
|
"express-session": "^1.17.2",
|
|
"imap-simple": "^5.0.0",
|
|
"imapflow": "^1.0.57",
|
|
"mailparser": "^3.2.0",
|
|
"mongoose": "^5.12.10",
|
|
"path": "^0.12.7",
|
|
"pug": "^3.0.2",
|
|
"socket.io": "^4.1.2",
|
|
"uuid": "^1.4.2"
|
|
}
|
|
}
|