trying a 'load all collections' default in mongodb
{ | { | ||
"name": "darc-mongoreadyserver", | "name": "darc-mongoreadyserver", | ||
"version": "0.1.18", | "version": "0.1.19", | ||
"description": "A \"MongoDB ready\" server", | "description": "A \"MongoDB ready\" server", | ||
"main": "src/index.js", | "main": "src/index.js", | ||
"scripts": { | "scripts": { | ||
... | @@ -8,12 +8,13 @@ | ... | @@ -8,12 +8,13 @@ |
}, | }, | ||
"author": "W. Ross Morrow", | "author": "W. Ross Morrow", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"repository":"https://code.stanford.edu/morrowwr/darc-mongoreadyserver", | |||
"dependencies": { | "dependencies": { | ||
"axios": "^0.19.2", | "axios": "^0.19.2", | ||
"body-parser": "^1.19.0", | "body-parser": "^1.19.0", | ||
"cors": "^2.8.5", | "cors": "^2.8.5", | ||
"daat-coordinator": "^1.0.6", | "daat-coordinator": "^1.0.6", | ||
"darc-mongoreadyserverconfig": "^0.1.3", | "darc-mongoreadyserverconfig": "^0.1.4", | ||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"log4js": "^6.1.1", | "log4js": "^6.1.1", | ||
"mongodb": "^3.5.2", | "mongodb": "^3.5.2", | ||
... | ... |
Please register or sign in to comment