WC/package.json

19 lines
398 B
JSON

{
"name": "getintodevops-hellonode",
"version": "1.0.0",
"description": "A Hello World HTTP server",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/getintodevops/hellonode/"
},
"keywords": [
"node",
"docker",
"dockerfile"
]
}