diff options
| author | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-08-14 13:16:10 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-08-14 13:16:10 +0300 |
| commit | d3d9b6861dc5c6871ad138ab9f428bcdb1d61398 (patch) | |
| tree | 7c49f8911a7a25c477ebe3f6ac9ad268179d41d5 /package.json | |
| parent | 17a154cb51a729e043ce555e68ef9ebbe40f14b5 (diff) | |
Add placeholder view and visuals, add express and d3
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 1220593..b87e71d 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,9 @@ }, "homepage": "https://github.com/jantuomi/radiodiodi-status-display#readme", "dependencies": { - "statuscake": "" + "statuscake": "0.1.3", + "d3": "4.2.1", + "express": "4.14.0", + "ejs": "2.5.1" } } |
