14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|