summaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-10-12 17:25:14 +0200
committerAleš Smodiš <aless@guru.si>2015-10-12 17:25:14 +0200
commit1da0c46ab93edc8c11ba5b5dfcc25a85de79080e (patch)
tree602d0ec76beb40b775926020899732ba852251de /web/package.json
parent104a1169a275c4cc023b0cc03abed9103d1b9abd (diff)
Add the express web framework to the node server.
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json
index d1eba7d..b8a4872 100644
--- a/web/package.json
+++ b/web/package.json
@@ -4,6 +4,7 @@
"dependencies": {
"engine.io": "1.5.x",
"bluebird": "2.9.x",
- "log4js": "0.6.x"
+ "log4js": "0.6.x",
+ "express": "4.13.x"
}
} \ No newline at end of file