summaryrefslogtreecommitdiffstats
path: root/package.json
blob: a0bb66d9892cb473823aad83875e2553711ec0d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "radiodiodi-status-display",
  "version": "1.0.0",
  "description": "statuscake display",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jantuomi/radiodiodi-status-display.git"
  },
  "author": "Jan Tuomi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jantuomi/radiodiodi-status-display/issues"
  },
  "homepage": "https://github.com/jantuomi/radiodiodi-status-display#readme",
  "dependencies": {
    "angular": "1.5.8",
    "d3": "4.2.1",
    "ejs": "2.5.1",
    "express": "4.14.0",
    "statuscake": "0.1.3",
    "winston": "^2.2.0"
  }
}