mirror of
https://github.com/Kadigan/atlas-dedicated-server.git
synced 2024-08-30 17:32:14 +00:00
18 lines
484 B
JSON
18 lines
484 B
JSON
{
|
|
"name": "atlas-http-server",
|
|
"version": "1.0.0",
|
|
"description": "ATLAS HTTP server for your ATLAS MMO dedicated server - when you just can't get the maps to show no matter what",
|
|
"main": "atlas.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Kadigan ks/b/ <kadigan.ksb@gmail.com>",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"fs": "0.0.1-security",
|
|
"http": "0.0.0",
|
|
"nconf": "^0.10.0",
|
|
"url": "^0.11.0"
|
|
}
|
|
}
|