diff --git a/package.json b/package.json index 3132274..0bf69e1 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name" : "postal", "description" : "Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.", "version" : "0.8.0", - "homepage" : "http://github.com/ifandelse/postal.js", + "homepage" : "http://github.com/postaljs/postal.js", "repository" : { "type" : "git", - "url" : "git://github.com/ifandelse/postal.js.git" + "url" : "git://github.com/postaljs/postal.js.git" }, "author" : "Jim Cowart (http://freshbrewedcode.com/jimcowart)", "contributors": [ @@ -20,9 +20,9 @@ "url" : "http://freshbrewedcode.com/alexrobson" }, { - "name" : "Nicholas Cloud", - "email" : "WhyNotJustComment@OnMyBlog.com", - "url" : "http://nicholascloud.com" + "name" : "Nicholas Cloud", + "email" : "WhyNotJustComment@OnMyBlog.com", + "url" : "http://nicholascloud.com" }, { "name" : "Doug Neiner", @@ -54,7 +54,7 @@ ], "bugs" : { "email" : "PleaseJustUseTheIssuesPage@github.com", - "url" : "http://github.com/ifandelse/postal.js/issues" + "url" : "http://github.com/postaljs/postal.js/issues" }, "directories" : { "lib" : "lib/node" }, "main" : "lib/node/postal.js",