atlas-dedicated-server/node.js simple HTTP server for MapImg and CellImg_/package.json
2018-12-31 14:53:05 +01:00

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"
}
}