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 24, 2014
1 parent ff64692 commit b38870b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mimelib",
"description": "MIME functions to encode/decode e-mails etc.",
"version": "0.2.13-dev",
"version": "0.3.0",
"author": "Andris Reinman",
"homepage": "http://github.com/andris9/mimelib",
"maintainers": [{
Expand All @@ -24,10 +24,10 @@
"url": "http://github.com/andris9/mimelib/blob/master/LICENSE"
}],
"dependencies": {
"addressparser": "https://github.com/whiteout-io/addressparser/tarball/amd",
"addressparser": "https://github.com/whiteout-io/addressparser/tarball/v0.1.2",
"amdefine": ">=0.0.8",
"node-shims": "https://github.com/whiteout-io/node-shims/tarball/master",
"encoding": "https://github.com/whiteout-io/encoding/tarball/amd"
"node-shims": "https://github.com/whiteout-io/node-shims/tarball/v0.1.1",
"encoding": "https://github.com/whiteout-io/encoding/tarball/v0.2.0"
},
"devDependencies": {
"nodeunit": "*"
Expand Down

0 comments on commit b38870b

Please sign in to comment.