2012-04-27 13:42:44 +00:00
|
|
|
{
|
2013-01-19 19:36:40 +00:00
|
|
|
"name" : "be.bastelstu.chat.nodePush",
|
2012-04-30 18:51:27 +00:00
|
|
|
"description" : "node.js-Pushing for Tims Chat",
|
2012-04-27 13:42:44 +00:00
|
|
|
"homepage" : "https://github.com/wbbaddons/Tims-Chat",
|
|
|
|
"keywords" : ["chat"],
|
2013-04-13 14:38:50 +00:00
|
|
|
"author" : "Tim Düsterhus <timwolla@bastelstu.be>",
|
2012-04-27 13:42:44 +00:00
|
|
|
"contributors" : [
|
|
|
|
],
|
|
|
|
"dependencies" : {
|
|
|
|
"socket.io" : "0.8.7"
|
|
|
|
},
|
|
|
|
"engines" : { "node" : ">=0.6.0",
|
|
|
|
"npm" : ">=1.0"
|
|
|
|
},
|
2012-04-30 20:25:19 +00:00
|
|
|
"version" : "3.0.0"
|
2012-04-27 13:42:44 +00:00
|
|
|
}
|