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.
24 lines
466 B
JSON
24 lines
466 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",
|
|
"mysql": "^2.18.1",
|
|
"socket.io": "^2.0.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"dev": "node app.js"
|
|
},
|
|
"keywords": [
|
|
"imChat",
|
|
"socket",
|
|
"express",
|
|
"vue"
|
|
],
|
|
"author": "@cleverqin",
|
|
"license": "MIT"
|
|
}
|