dependabot[bot]
2019-10-23 2eac59e25e9692aea2eabe0bbb01a41cbf79166c
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "nodejs-helloworld",
  "version": "1.0.0",
  "description": "Hello World!",
  "main": "app.js",
  "author": "Red Hat Training",
  "license": "ASL",
  "dependencies": {
    "express": "~4.14.2"
  }
}