12 lines
241 B
JSON
12 lines
241 B
JSON
{
|
|
"name": "helloworld-node-demo",
|
|
"version": "1.0.0",
|
|
"description": "Hello World for Docker Init",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|