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


                     
                          


                       

                    
                   

                   
                  


                           
   
 
{
  "name": "DERS",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "nodemon app"
  },
  "dependencies": {
    "express": "3.1.0",
    "ejs": "*",
    "mongoose": "*",
    "connect": "*",
    "emailjs": "*",
    "mongodb": "*",
    "moment": "*",
    "less-middleware": "*",
    "passport": "*",
    "bcrypt": "*"
  }
}