mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 16:46:37 +00:00
TCP cleanup, added basis of web interface
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "wi",
|
||||
"version": "1.0.0",
|
||||
"description": "Web interface connection for EQEmu",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "KimLS",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"libsodium": "^0.4.8",
|
||||
"libsodium-wrappers": "^0.4.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user