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