mirror of
https://github.com/MailHops/mailhops-imap-listener.git
synced 2025-05-15 09:20:08 -07:00
30 lines
699 B
JSON
30 lines
699 B
JSON
{
|
|
"name": "mailhops-imap-listener",
|
|
"version": "1.0.4",
|
|
"description": "A nodejs app for using MailHops API to test and monitor your IMAP account.",
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/mailhops/mailhops-imap-listener"
|
|
},
|
|
"keywords": [
|
|
"MailHops",
|
|
"IMAP",
|
|
"Slack"
|
|
],
|
|
"author": "Andrew Van Tassel",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"log-update": "^1.0.2",
|
|
"mail-listener2": "^0.2.0",
|
|
"mailhops": "^2.1.*",
|
|
"node-notifier": "^4.6.1",
|
|
"slack-node": "^0.1.8"
|
|
}
|
|
}
|