package.json
553 Bytes
{
"name": "whoareyou",
"version": "1.0.0",
"description": "KHU 2018-2 OpenSourceSoftWare Term Project",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@khuhub.khu.ac.kr:12959/2017103994/WhoAreYou.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"path": "^0.12.7"
}
}