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