{
    "name": "mailpop3",
    "version": "0.1.0",
    "license": "MIT",
    "description": "POP3 client library for Node.js",
    "homepage": "https://github.com/javascriptlove/mailpop3",
    "keywords": [
        "POP3",
        "pop3",
        "pop",
        "client",
        "mail",
        "email",
        "tls",
        "ssl"
    ],
    "author": {
        "name": "Ditesh Shashikant Gathani",
        "email": "ditesh@gathani.org",
        "url": "http://ditesh.gathani.org/blog/"
    },
    "contributors": [
        {
            "name": "Alexander Kuzmenok",
            "email": "kmz111@gmail.com"
        }
    ],
    "dependencies": {},
    "repository": {
        "type": "git",
        "url": "https://github.com/javascriptlove/mailpop3.git"
    },
    "main": "main.js"
}
