screepsmod-mongo
Version:
## MongoDB And Redis for the Screeps Private Server
32 lines (31 loc) • 587 B
JSON
{
"name": "screepsmod-mongo",
"version": "2.11.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "standard",
"2npm": "publish"
},
"devDependencies": {
"publish": "^0.6.0",
"standard": "14.3.3"
},
"screeps_mod": true,
"keywords": [
"screeps",
"mod"
],
"author": "Adam Shumann",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"ini": "^1.3.4",
"lodash": "^4.17.21",
"mongodb": "^3.5.5",
"q": "^1.5.1",
"q-json-response": "^0.1.3",
"redis": "^3.0.2"
}
}