diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-02-18 04:15:36 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-02-18 04:15:36 +0000 |
| commit | 085538ec47cb5baa29c4214d97c6926b285ab507 (patch) | |
| tree | 64a34dda05d1ef36c7e2b569e3fc39887493b621 /web/package.json | |
| parent | 5635b98d0ba8f28db9868ee44a82a3f1151eed05 (diff) | |
added basic site with basic map
Diffstat (limited to 'web/package.json')
| -rw-r--r-- | web/package.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/web/package.json b/web/package.json new file mode 100644 index 0000000..a669ecb --- /dev/null +++ b/web/package.json @@ -0,0 +1,18 @@ +{ + "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", + "http-errors": "~1.6.2", + "morgan": "~1.9.0", + "pug": "2.0.0-beta11", + "mongodb": "*", + "mongoose": "*" + } +} |
