package.json
714 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",
"cheerio": "^1.0.0-rc.2",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"path": "^0.12.7",
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}