ch04s09 Add build-app project for lab
This commit is contained in:
14
build-app/package.json
Normal file
14
build-app/package.json
Normal file
@@ -0,0 +1,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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user