Files
kubernetes-hpa-example/package.json
2018-10-07 19:26:15 -07:00

13 lines
272 B
JSON

{
"name": "node-app",
"version": "1.0.0",
"description": "Kuberntes Test Node app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start" : "node src/index.js"
},
"author": "Vivek Amin",
"license": "ISC"
}