Add server files
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "websocket-signaling",
|
||||
"version": "0.97.4",
|
||||
"description": "A websocket signaling server for use with WebRTC Network and Video Chat assets for Unity.",
|
||||
"main": "server.js",
|
||||
"author": {
|
||||
"name": "Christoph Kutza",
|
||||
"email": "contact@because-why-not.com"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.13.4",
|
||||
"requirejs": "^2.2.0",
|
||||
"typescript": "1.8.9",
|
||||
"ws": "^1.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"tsc": "tsc"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user