Student User
2019-08-08 27de9efbe220c3e9b48e04014b11eeb4484f28ce
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "probes",
  "version": "1.0.0",
  "description": "A simple Node.js app to demonstrate readiness and liveness probes",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "author": "Red Hat Training",
  "license": "ASL",
  "dependencies": {
    "express": "4.14.x"
  }
}