diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-03-26 21:00:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-26 21:00:56 +0000 |
| commit | c0723a3b208c560e183aa78464699d6d8e4ce8ef (patch) | |
| tree | 6fe3392ad443bce936331b0adcc3801634f02c0c /web/package.json | |
| parent | 92ccea2772af9682151c178ead406d10b453ee34 (diff) | |
| parent | 2ec60276238f0b5d402ec2a5d02321e2e4c99303 (diff) | |
Merge pull request #44 from csc301-winter-2019/fix/25
added data validation before inserting into db
Diffstat (limited to 'web/package.json')
| -rw-r--r-- | web/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/web/package.json b/web/package.json index a669ecb..8a59f6e 100644 --- a/web/package.json +++ b/web/package.json @@ -9,10 +9,11 @@ "cookie-parser": "~1.4.3", "debug": "~2.6.9", "express": "~4.16.0", + "geojson-geometries-lookup": "^0.3.0", "http-errors": "~1.6.2", - "morgan": "~1.9.0", - "pug": "2.0.0-beta11", "mongodb": "*", - "mongoose": "*" + "mongoose": "*", + "morgan": "~1.9.0", + "pug": "2.0.0-beta11" } } |
