aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-04-08 17:19:30 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2018-04-08 17:19:30 +0100
commit4ec37af74fc77f7381d7c5c3b2560c8726f75ffa (patch)
tree86da8449b0c92ec29a15baffe3e7bd8ebd34488e /package.json
parentc72ea6660d06ac347feafd6cbb8b3dc3c0f95c43 (diff)
downloadtplink-energy-monitor-websockets.tar.xz
tplink-energy-monitor-websockets.zip
Add missing ws dependencywebsockets
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 13cd12e..b97fe2e 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,8 @@
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"tplink-smarthome-api": "0.22.0",
- "moment": "2.22.0"
+ "moment": "2.22.0",
+ "express-ws": "3.0.0"
},
"devDependencies": {
"pkg": "4.3.1"