DO288-apps/app-config/package.json
2019-05-23 13:13:16 -04:00

14 lines
301 B
JSON

{
"name": "node-configmap",
"version": "1.0.0",
"description": "A simple Node.js app to demonstrate config maps and secrets",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "Red Hat Training",
"license": "ASL",
"dependencies": {
"express": "4.14.x"
}
}