Files
socket.io/examples/chat/package.json
2012-01-11 07:40:44 -08:00

12 lines
240 B
JSON

{
"name": "chat.io"
, "description": "example chat application with socket.io"
, "version": "0.0.1"
, "dependencies": {
"express": "2.5.5"
, "jade": "0.16.4"
, "stylus": "0.19.0"
, "nib": "0.2.0"
}
}