mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-18 07:32:26 +00:00
16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|