Skip to content

Commit

Permalink
Fixed name, bad JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
ditesh committed Sep 2, 2011
1 parent 8867d79 commit fdfb78d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "pop3-client",
"name": "poplib",
"version": "v0.1.0",
"description": "POP3 client written in Node.js",
"homepage": "https://github.com/ditesh/node-pop3-client",
"keywords": ["server", "POP3", "mail", "pop3", "client", "pop", "email"],
"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": "[email protected]",
"url": "http://ditesh.gathani.org/blog/"
},
"dependencies": ["unixlib", "optimist", "simplelogger", "hashlib"]
"repository": { "type" : "git", "url" : "https://github.com/ditesh/node-pop3-client.git" },
"dependencies": ["unixlib", "optimist", "hashlib"],
"repository": { "type" : "git", "url" : "https://github.com/ditesh/node-poplib.git" },
"main": "main.js"
}

0 comments on commit fdfb78d

Please sign in to comment.