mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-29 15:49:25 +01:00
18 lines
331 B
JSON
18 lines
331 B
JSON
|
{
|
||
|
"name": "signaling_server",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "server.js",
|
||
|
"dependencies": {
|
||
|
"ws": "^7.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "^5.16.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "eslint server.js && echo \"Lint OK\" && exit 0"
|
||
|
},
|
||
|
"author": "Fabio Alessandrelli",
|
||
|
"license": "MIT"
|
||
|
}
|