44 lines
902 B
JSON
44 lines
902 B
JSON
{
|
|
"name": "node-imap",
|
|
"version": "0.9.6",
|
|
"author": "Brian White <mscdex@mscdex.net>",
|
|
"contributors": [
|
|
{
|
|
"email": "michael.bevz@gmail.com",
|
|
"name": "Michael Bevz"
|
|
}
|
|
],
|
|
"description": "A fork of the famous and outdated IMAP module for node.js that makes communicating with IMAP servers easy",
|
|
"main": "./lib/Connection",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"utf7": "^1.0.2",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"keywords": [
|
|
"imap",
|
|
"mail",
|
|
"email",
|
|
"reader",
|
|
"client"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/mscdex/node-imap/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mikebevz/node-imap"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.1.0"
|
|
}
|
|
} |