From 83c5652a4c0db8860d0e7050af95f180ef228979 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 3 May 2017 21:30:25 -0400 Subject: [PATCH] dependencies --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7efd828..6ff46bd 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,10 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", - "license": "ISC" + "license": "ISC", + "dependencies": { + "body-parser": "^1.17.1", + "express": "^4.15.2", + "mongoose": "^4.9.7" + } }