mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-11-01 14:20:07 +00:00
20 lines
642 B
JSON
20 lines
642 B
JSON
|
{
|
|||
|
"name" : "be.bastelstu.wcf.chat.serverPush",
|
|||
|
"description" : "Server-Pushing for Tims Chat",
|
|||
|
"homepage" : "https://github.com/wbbaddons/Tims-Chat",
|
|||
|
"keywords" : ["chat"],
|
|||
|
"author" : "Tim D<>sterhus <timwolla@googlemail.com>",
|
|||
|
"contributors" : [
|
|||
|
],
|
|||
|
"dependencies" : {
|
|||
|
"socket.io" : "0.8.7"
|
|||
|
},
|
|||
|
"devDependencies": {
|
|||
|
"jshint" : "*"
|
|||
|
},
|
|||
|
"engines" : { "node" : ">=0.6.0",
|
|||
|
"npm" : ">=1.0"
|
|||
|
},
|
|||
|
"version" : "1.0.0"
|
|||
|
}
|