Updated package.json

This commit is contained in:
Jim Cowart 2013-01-10 14:54:02 -05:00
commit f5c4debcc5

View file

@ -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",