aboutsummaryrefslogblamecommitdiff
path: root/package.json
blob: ea42da40be696c7eaa45b7e86a4ccc801552bdfe (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                                               

                               

                           

                       
                         
                              
                              
                       
                         
                                   
                                 

                          

                               


                       
   
 
{
  "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": {
    "bcryptjs": "^2.4.3",
    "connect-flash": "^0.1.1",
    "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",
    "passport": "^0.4.1",
    "passport-local": "^1.0.0",
    "validator": "^13.6.0"
  },
  "devDependencies": {
    "nodemon": "^2.0.7"
  }
}