
This will remain seperate from the client code project folder for now unless there is more reason to merge them together
15 lines
291 B
JSON
15 lines
291 B
JSON
{
|
|
"name": "rtc-server",
|
|
"version": "1.0.0",
|
|
"description": "RTC Component for Freechat",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "shockrah",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.17.1"
|
|
}
|
|
}
|