package.json
875 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",
"charset": "^1.0.1",
"cheerio": "^1.0.0-rc.2",
"dotenv": "^6.2.0",
"ejs": "^2.6.1",
"express": "^4.17.0",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"iconv-lite": "^0.4.24",
"jquery": "^3.4.1",
"morgan": "^1.9.1",
"mysql": "^2.17.1",
"mysql-apostrophe": "^1.0.8",
"path": "^0.12.7",
"puppeteer": "^1.17.0",
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}