Initial commit, including all apps previously in course
This commit is contained in:
12
nodejs-app/package.json
Normal file
12
nodejs-app/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "nodejs-app",
|
||||
"version": "1.0.0",
|
||||
"description": "Hello World App",
|
||||
"main": "server.js",
|
||||
"author": "Red Hat Training",
|
||||
"license": "ASL",
|
||||
"dependencies": {
|
||||
"express": "4.20",
|
||||
"html-errors": "latest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user