version 0.1.1

This commit is contained in:
Sami Samhuri 2011-06-05 10:55:16 -07:00
parent 4eb1cc7b51
commit fa4454e775

View file

@ -1,25 +1,40 @@
{ "name" : "thepusher" {
, "version" : "0.1.0" "name": "thepusher",
, "description" : "Github post-receive hook router" "version": "0.1.1",
, "keywords" : [ "github", "git", "post-receive", "post", "receive", "hook", "router" ] "description": "Github post-receive hook router",
, "author": "Sami Samhuri <sami@samhuri.net>" "keywords": [
, "maintainers" : "github",
[{ "name": "Sami Samhuri" "git",
, "email": "sami@samhuri.net" "post-receive",
} "post",
] "receive",
, "homepage" : "http://samhuri.net/proj/ThePusher" "hook",
, "dependencies" : { "batteries" : "0.4.x" } "router"
, "main" : "pusher" ],
, "bin" : { "thepusher" : "./pusher.js" } "author": "Sami Samhuri <sami@samhuri.net>",
, "engines" : { "node" : "0.4.x" } "maintainers": [
, "repository" : "Sami Samhuri <sami@samhuri.net>"
{ "type" : "git" ],
, "url" : "https://github.com/samsonjs/ThePusher.git" "homepage": "http://samhuri.net/proj/ThePusher",
} "dependencies": {
, "licenses" : "batteries": "0.4.x"
[ { "type" : "MIT" },
, "url" : "http://github.com/samsonjs/ThePusher/raw/master/LICENSE" "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": {}
} }