Jordi Sola
2019-10-04 f7cd8963ef353d9173c3a21dcccf402f3616840b
commit | author | age
f7cd89 1 {
JS 2   "name": "nodejs-app",
3   "version": "1.0.0",
4   "description": "Hello World App",
5   "main": "server.js",
6   "author": "Red Hat Training",
7   "license": "ASL",
8   "dependencies": {
9     "express": "4.20",
10     "html-errors": "latest"
11   }
12 }