decentralized-video-chat/package.json

19 lines
365 B
JSON
Raw Normal View History

2020-03-22 05:23:46 +08:00
{
"name": "video-chat2",
"version": "1.0.0",
"description": "",
2020-03-24 11:20:28 +08:00
"main": "server.js",
2020-03-22 05:23:46 +08:00
"scripts": {
2020-03-24 11:20:28 +08:00
"start": "node server.js",
2020-03-22 05:23:46 +08:00
"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"
}
}