From cff00e2567dce70b01d59e6336c833b3f5e19913 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 13 Aug 2016 15:01:49 -0400 Subject: [PATCH] install express --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a38124c..77950df 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,8 @@ "bugs": { "url": "https://github.com/mahuntington/SED-Stack/issues" }, - "homepage": "https://github.com/mahuntington/SED-Stack#readme" + "homepage": "https://github.com/mahuntington/SED-Stack#readme", + "dependencies": { + "express": "^4.14.0" + } }