An OpenShift app that consumes CPU
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
315 B

{
"name": "openshift-load",
"version": "0.0.1",
"description": "An OpenShift app that consumes CPU",
"main": "server.js",
"scripts": {},
"author": "Nicolas MASSE",
"repository": "https://github.com/nmasse-itix/OpenShift-Load.git",
"license": "MIT",
"dependencies": {
"express": "latest"
}
}