blob: 34d5e1aa1963fc269b8ce2efbd144125f2d4cf4a (
plain) (
tree)
|
|
{
"name": "playground",
"version": "1.0.0",
"description": "I use this repository to play with Node.js.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "nodemon index.js"
},
"author": "Mateja Maric",
"license": "GPL-3.0",
"dependencies": {
"connect-mongo": "^4.4.1",
"dotenv": "^9.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.0",
"express-session": "^1.17.1",
"mongoose": "^5.12.7"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}
|