Sample OpenShift use-cases for a use in PoC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
321 B

{
"name": "sample-app",
"version": "0.0.1",
"description": "An sample app that can sometimes fail...",
"main": "server.js",
"scripts": {},
"author": "Nicolas MASSE",
"repository": "https://github.com/nmasse-itix/OpenShift-Examples.git",
"license": "MIT",
"dependencies": {
"express": "latest"
}
}