Files
socket.io/examples/chat/package.json
2014-09-04 12:10:43 -05:00

12 lines
249 B
JSON

{
"name": "socket.io-chat",
"version": "0.0.0",
"description": "A simple chat client using socket.io",
"main": "index.js",
"author": "Grant Timmerman",
"private": true,
"license": "BSD",
"dependencies": {
"express": "3.4.8"
}
}