19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "coordinator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "coordinator.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"mongodb": "^4.12.0",
|
|
"node-datetime": "^2.1.2"
|
|
}
|
|
}
|