Student User
2019-08-08 27de9efbe220c3e9b48e04014b11eeb4484f28ce
commit | author | age
4463a8 1 {
IC 2   "name": "nodejs-helloworld",
3   "version": "1.0.0",
4   "description": "Hello World!",
5   "main": "app.js",
6   "scripts": {
7     "start": "node app.js"
8   },
9   "author": "Red Hat Training",
10   "license": "ASL",
11   "dependencies": {
12     "express": "4.14.x"
13   }
14 }