forked from kingsoho/node-poplib
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 845 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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": "[email protected]",
"url": "http://ditesh.gathani.org/blog/"
},
"contributors": [
{
"name": "Alexander Kuzmenok",
"email": "[email protected]"
}
],
"dependencies": {},
"devDependencies": {
"optimist": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/javascriptlove/mailpop3.git"
},
"main": "main.js"
}