Student User
2020-07-07 d26619a9f7c6379ee791053aacdebf08c1acf713
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "nodejs-helloworld",
  "version": "1.0.0",
  "description": "Hello World!",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "author": "Red Hat Training",
  "license": "ASL",
  "dependencies": {
    "express": "4.14.x"
  }
}