aboutsummaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-25 15:10:03 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-25 15:10:03 +0000
commitc093b27e101f19e7667124479aa5c4baaf33adad (patch)
treebe74c6fd26bd7ab92b59b9cf889a6c554218986a /web/package.json
parent7c98e3c782f3d8da4cc289dce9ecb0a6cfd9b26d (diff)
added data validation before inserting into db
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json7
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"
}
}