aboutsummaryrefslogtreecommitdiff
path: root/web/package.json
blob: 8a59f6e6d8ed377bdf64fad8104607bb71a6cb05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "helpthehome",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "start": "node ./bin/www"
  },
  "dependencies": {
    "cookie-parser": "~1.4.3",
    "debug": "~2.6.9",
    "express": "~4.16.0",
    "geojson-geometries-lookup": "^0.3.0",
    "http-errors": "~1.6.2",
    "mongodb": "*",
    "mongoose": "*",
    "morgan": "~1.9.0",
    "pug": "2.0.0-beta11"
  }
}