diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
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" } } |
