mirror of
https://github.com/samsonjs/ThePusher.git
synced 2026-04-27 15:07:43 +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"
|
, "description" : "Github post-receive hook router"
|
||||||
, "keywords" : [ "github", "git", "post-receive", "post", "receive", "hook", "router" ]
|
, "keywords" : [ "github", "git", "post-receive", "post", "receive", "hook", "router" ]
|
||||||
, "author": "Sami Samhuri <sami@samhuri.net>"
|
, "author": "Sami Samhuri <sami@samhuri.net>"
|
||||||
|
, "maintainers" :
|
||||||
|
[{ "name": "Sami Samhuri"
|
||||||
|
, "email": "sami@samhuri.net"
|
||||||
|
}
|
||||||
|
]
|
||||||
, "homepage" : "http://samhuri.net/proj/ThePusher"
|
, "homepage" : "http://samhuri.net/proj/ThePusher"
|
||||||
, "dependencies" : { "batteries" : "0.4.x" }
|
, "dependencies" : { "batteries" : "0.4.x" }
|
||||||
, "main" : "pusher"
|
, "main" : "pusher"
|
||||||
|
|
@ -10,11 +15,7 @@
|
||||||
, "engines" : { "node" : "0.4.x" }
|
, "engines" : { "node" : "0.4.x" }
|
||||||
, "repository" :
|
, "repository" :
|
||||||
{ "type" : "git"
|
{ "type" : "git"
|
||||||
, "url" : "http://github.com/samsonjs/ThePusher.git"
|
, "url" : "https://github.com/samsonjs/ThePusher.git"
|
||||||
}
|
|
||||||
, "bugs" :
|
|
||||||
{ "mail" : "sami@samhuri.net"
|
|
||||||
, "web" : "http://github.com/samsonjs/ThePusher/issues"
|
|
||||||
}
|
}
|
||||||
, "licenses" :
|
, "licenses" :
|
||||||
[ { "type" : "MIT"
|
[ { "type" : "MIT"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue