From 160300f39ba9cc7cf9b780ccddc2994c72a7cad9 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 5 Jun 2011 00:53:04 -0700 Subject: [PATCH] update package.json --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 46ea5d7..8046f3c 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,11 @@ , "description" : "Github post-receive hook router" , "keywords" : [ "github", "git", "post-receive", "post", "receive", "hook", "router" ] , "author": "Sami Samhuri " +, "maintainers" : + [{ "name": "Sami Samhuri" + , "email": "sami@samhuri.net" + } + ] , "homepage" : "http://samhuri.net/proj/ThePusher" , "dependencies" : { "batteries" : "0.4.x" } , "main" : "pusher" @@ -10,11 +15,7 @@ , "engines" : { "node" : "0.4.x" } , "repository" : { "type" : "git" - , "url" : "http://github.com/samsonjs/ThePusher.git" - } -, "bugs" : - { "mail" : "sami@samhuri.net" - , "web" : "http://github.com/samsonjs/ThePusher/issues" + , "url" : "https://github.com/samsonjs/ThePusher.git" } , "licenses" : [ { "type" : "MIT"