11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"name": "nodejs-helloworld",
|
|
"version": "1.0.0",
|
|
"description": "Hello World!",
|
|
"main": "app.js",
|
|
"author": "Red Hat Training",
|
|
"license": "ASL",
|
|
"dependencies": {
|
|
"express": "~4.14.2"
|
|
}
|
|
}
|