Simple contact list using MEN stack.
{
"name": "contact_list",
"version": "1.0.0",
"description": "basic contact list to learn express js as a framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nishant",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.2",
"express": "^4.17.1",
"mongoose": "^5.9.14"
}
}