Jordi Sola
2019-10-04 f7cd8963ef353d9173c3a21dcccf402f3616840b
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"
  }
}