package.json
1.01 KB
{
"name": "food_recipe_info",
"version": "1.0.0",
"description": "<div id=\"top\"></div>\r <!--\r *** Thanks for checking out the Best-README-Template. If you have a suggestion\r *** that would make this better, please fork the repo and create a pull request\r *** or simply open an issue with the tag \"enhancement\".\r *** Don't forget to give the project a star!\r *** Thanks again! Now go create something AMAZING! :D\r -->",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "http://khuhub.khu.ac.kr/2018102774/Food_recipe_info.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.1.3",
"connect-flash": "^0.1.1",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"fs": "^0.0.1-security",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}