summaryrefslogtreecommitdiffstats
path: root/package.json
blob: de0a3e28b25cbfe1e6abdedbaa2d5fc55e01b41a (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
{
  "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": {
    "statuscake": "0.1.3",
    "d3": "4.2.1",
    "express": "4.14.0",
    "ejs": "2.5.1",
    "angular": "1.5.8"
  }
}