19 lines
362 B
JSON
Executable File
19 lines
362 B
JSON
Executable File
{
|
|
"name": "chat-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"socket.io": "^2.1.0",
|
|
"uuid": "^3.2.1",
|
|
"xss": "^0.3.8"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon app.js"
|
|
},
|
|
"author": "xiaoyan",
|
|
"license": "ISC"
|
|
}
|