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.
22 lines
470 B
JSON
22 lines
470 B
JSON
{
|
|
"name": "Chat-room",
|
|
"version": "1.0.0",
|
|
"description": "a chat room app by socket.io",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"express": "^4.15.3",
|
|
"socket.io": "^2.0.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"imChat",
|
|
"socket",
|
|
"express",
|
|
"vue"
|
|
],
|
|
"author": "@cleverqin",
|
|
"license": "MIT"
|
|
} |