From fa4454e775d15882b16dfffc3070d32576ccfc4b Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 5 Jun 2011 10:55:16 -0700 Subject: [PATCH] version 0.1.1 --- package.json | 63 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 8046f3c..cf417e3 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,40 @@ -{ "name" : "thepusher" -, "version" : "0.1.0" -, "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" -, "bin" : { "thepusher" : "./pusher.js" } -, "engines" : { "node" : "0.4.x" } -, "repository" : - { "type" : "git" - , "url" : "https://github.com/samsonjs/ThePusher.git" - } -, "licenses" : - [ { "type" : "MIT" - , "url" : "http://github.com/samsonjs/ThePusher/raw/master/LICENSE" +{ + "name": "thepusher", + "version": "0.1.1", + "description": "Github post-receive hook router", + "keywords": [ + "github", + "git", + "post-receive", + "post", + "receive", + "hook", + "router" + ], + "author": "Sami Samhuri ", + "maintainers": [ + "Sami Samhuri " + ], + "homepage": "http://samhuri.net/proj/ThePusher", + "dependencies": { + "batteries": "0.4.x" + }, + "main": "pusher", + "bin": { + "thepusher": "./pusher.js" + }, + "engines": { + "node": "0.4.x" + }, + "repository": { + "type": "git", + "url": "git://github.com/samsonjs/ThePusher.git" + }, + "licenses": [ + { + "type": "MIT", + "url": "http://github.com/samsonjs/ThePusher/raw/master/LICENSE" } - ] -} + ], + "devDependencies": {} +} \ No newline at end of file