Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankred Hase committed Mar 25, 2014
1 parent 322b450 commit e4b2c95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mailparser",
"description": "Asynchronous and non-blocking parser for mime encoded e-mail messages",
"version": "0.3.7-dev",
"version": "0.4.0",
"author" : "Andris Reinman",
"maintainers":[
{
Expand All @@ -24,10 +24,10 @@
}
],
"dependencies": {
"mimelib": "https://github.com/whiteout-io/mimelib/tarball/amd",
"encoding": "https://github.com/whiteout-io/encoding/tarball/amd",
"mime": "https://github.com/whiteout-io/node-mime/tarball/amd",
"node-shims": "https://github.com/whiteout-io/node-shims/tarball/master",
"mimelib": "https://github.com/whiteout-io/mimelib/tarball/v0.3.0",
"encoding": "https://github.com/whiteout-io/encoding/tarball/v0.2.0",
"mime": "https://github.com/whiteout-io/node-mime/tarball/v1.3.0",
"node-shims": "https://github.com/whiteout-io/node-shims/tarball/v0.1.1",
"amdefine": ">=0.0.8",
"setimmediate": ">=1.0.1"
},
Expand Down

0 comments on commit e4b2c95

Please sign in to comment.