mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
commit
323da08f56
1 changed files with 3 additions and 3 deletions
|
|
@ -2,10 +2,10 @@
|
|||
"name" : "postal",
|
||||
"description" : "Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.",
|
||||
"version" : "0.7.3",
|
||||
"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": [
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue