mirror of
https://github.com/samsonjs/ThePusher.git
synced 2026-03-25 09:15:57 +00:00
version 0.1.1
This commit is contained in:
parent
4eb1cc7b51
commit
fa4454e775
1 changed files with 39 additions and 24 deletions
63
package.json
63
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 <sami@samhuri.net>"
|
||||
, "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 <sami@samhuri.net>",
|
||||
"maintainers": [
|
||||
"Sami Samhuri <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": "git://github.com/samsonjs/ThePusher.git"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/samsonjs/ThePusher/raw/master/LICENSE"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"devDependencies": {}
|
||||
}
|
||||
Loading…
Reference in a new issue