package.json
534 Bytes
{
"name": "omniscient-public-point-of-view",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://khuhub.khu.ac.kr/2018110651/Omniscient-Public-Point-Of-View.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"mongodb": "^3.7.3",
"mongoose": "^5.13.13",
"request": "^2.88.2"
}
}