mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
Updated package.json
This commit is contained in:
commit
f5c4debcc5
1 changed files with 6 additions and 6 deletions
12
package.json
12
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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue