16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"name": "chat_room",
|
|
"version": "1.0.0",
|
|
"description": "this is a room where you can chat with your friends",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "sfs",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"socket.io":"2.0.3",
|
|
"mime":"1.3.6"
|
|
}
|
|
}
|