package.json
764 Bytes
{
"name": "web_project2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iss-mukho/Web_Project2.git"
},
"author": "Mukho",
"license": "ISC",
"bugs": {
"url": "https://github.com/iss-mukho/Web_Project2/issues"
},
"homepage": "https://github.com/iss-mukho/Web_Project2#readme",
"dependencies": {
"body-parser": "^1.19.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"mysql": "^2.18.1",
"nodemon": "^2.0.14"
},
"devDependencies": {
"connect-flash": "^0.1.1",
"express-session": "^1.17.2",
"passport": "^0.5.0",
"passport-local": "^1.0.0"
}
}