aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/package.json
blob: 7325e5c1decc464646ef772351861476ef98c311 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "DERS",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "nodemon app"
  },
  "dependencies": {
    "express": "3.1.0",
    "ejs": "*",
    "mongoose": "*",
    "connect": "*",
    "emailjs": "*",
    "mongodb": "*",
    "moment": "*"
  }
}