mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
25 lines
577 B
JSON
25 lines
577 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": {
|
|
"body-parser": "^1.15.2",
|
|
"express": "^4.14.0",
|
|
"hammerjs": "^2.0.8",
|
|
"jsonwebtoken": "^7.2.1",
|
|
"libsodium": "^0.4.8",
|
|
"libsodium-wrappers": "^0.4.8",
|
|
"libsodium-wrappers-sumo": "^0.4.8",
|
|
"moment": "^2.17.1",
|
|
"mysql": "^2.12.0",
|
|
"node-uuid": "^1.4.7",
|
|
"ws": "^1.1.1"
|
|
}
|
|
}
|