You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
{
|
|
|
|
|
"name": "Chat-room",
|
|
|
|
|
"description": "a web chat room!",
|
|
|
|
|
"version": "0.4.0",
|
|
|
|
|
"main": "server.js",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"express": "3.4.x",
|
|
|
|
|
"socket.io": "0.9.x"
|
|
|
|
|
},
|
|
|
|
|
"author": "cleverqin",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
}
|