summaryrefslogtreecommitdiff
path: root/node_modules/socket.io/examples/chat/package.json
blob: 6b375b0b718939d025c21cb15ef369c743ae54f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "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"
    }
}