19 lines
565 B
JSON
19 lines
565 B
JSON
{
|
|
"name": "poplib",
|
|
"version": "v0.1.7",
|
|
"license": "MIT",
|
|
"description": "POP3 client library for Node.js",
|
|
"homepage": "https://github.com/ditesh/node-poplib",
|
|
"keywords": ["POP3", "pop3", "pop", "client", "mail", "email"],
|
|
"author": {
|
|
"name": "Ditesh Shashikant Gathani",
|
|
"email": "ditesh@gathani.org",
|
|
"url": "http://ditesh.gathani.org/blog/"
|
|
},
|
|
"dependencies": {
|
|
"optimist": "*"
|
|
},
|
|
"repository": { "type" : "git", "url" : "https://github.com/ditesh/node-poplib.git" },
|
|
"main": "main.js"
|
|
}
|