dependabot[bot]
2020-04-04 d76796e2c1baa698ef40f9ccd764b9878ff3d9e0
commit | author | age
009903 1 {
IC 2   "name": "probes",
3   "version": "1.0.0",
4   "description": "A simple Node.js app to demonstrate readiness and liveness probes",
5   "main": "app.js",
6   "scripts": {
7     "start": "node app.js"
8   },
9   "author": "Red Hat Training",
10   "license": "ASL",
11   "dependencies": {
12     "express": "4.14.x"
13   }
14 }