aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-02-10 11:17:31 -0500
committerAndrew Lee <alee14498@gmail.com>2019-02-10 11:17:31 -0500
commit1b2ef53aaadd043f590801c50bb0e562fce35a2f (patch)
treea64275303e5d9435ad5883882d37cabe8d1c23c3 /package.json
parentb171a6b0e5386b62fbfd45018d46fbf199aeaf1c (diff)
downloadProject-Hexus-1b2ef53aaadd043f590801c50bb0e562fce35a2f.tar.gz
Project-Hexus-1b2ef53aaadd043f590801c50bb0e562fce35a2f.tar.bz2
Project-Hexus-1b2ef53aaadd043f590801c50bb0e562fce35a2f.zip
getting the basics
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 13c4927..65311e3 100644
--- a/package.json
+++ b/package.json
@@ -15,5 +15,9 @@
"bugs": {
"url": "https://github.com/Alee14/Project-Hexus/issues"
},
- "homepage": "https://github.com/Alee14/Project-Hexus#readme"
+ "homepage": "https://github.com/Alee14/Project-Hexus#readme",
+ "dependencies": {
+ "express": "^4.16.4",
+ "socket.io": "^2.2.0"
+ }
}