summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authortunkki <tunkki@tunkkikone>2016-08-14 18:02:13 +0300
committertunkki <tunkki@tunkkikone>2016-08-14 18:02:13 +0300
commita3c6f98ce18c6dc26abff965bed06b9885f2d27c (patch)
tree4397f1d3e9cc12d06f6ec8cec448875cda3e0d64 /package.json
parent33f3d9b7a8183949a06adffcd8f11485bc6f5cce (diff)
Add winston logging
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index de0a3e2..a0bb66d 100644
--- a/package.json
+++ b/package.json
@@ -17,10 +17,11 @@
},
"homepage": "https://github.com/jantuomi/radiodiodi-status-display#readme",
"dependencies": {
- "statuscake": "0.1.3",
+ "angular": "1.5.8",
"d3": "4.2.1",
- "express": "4.14.0",
"ejs": "2.5.1",
- "angular": "1.5.8"
+ "express": "4.14.0",
+ "statuscake": "0.1.3",
+ "winston": "^2.2.0"
}
}