mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-15 06:39:20 +08:00
19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"name": "video-chat2",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^8.1.0",
|
|
"express": "^4.17.1",
|
|
"socket.io": "^2.2.0",
|
|
"twilio": "^3.34.0"
|
|
}
|
|
}
|