mirror of
https://github.com/samsonjs/ThePusher.git
synced 2026-03-25 09:15:57 +00:00
update package.json
This commit is contained in:
parent
b4584a82a9
commit
160300f39b
1 changed files with 6 additions and 5 deletions
11
package.json
11
package.json
|
|
@ -3,6 +3,11 @@
|
|||
, "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"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue