harp-openshift
Version:
A simple extension to run HarpJS on OpenShift
32 lines • 803 B
JSON
{
"name":"harp-openshift",
"version":"0.0.9",
"main":"lib/index.js",
"description":"A simple extension to run HarpJS on OpenShift",
"homepage":"https://github.com/magdev/harp-openshift",
"bugs":"https://github.com/magdev/harp-openshift/issues",
"author":{
"name":"Marco Grätsch",
"email":"magdev3.0@gmail.com",
"url":"https://plus.google.com/+MarcoGrätsch"
},
"repository":{
"type":"git",
"url":"https://github.com/magdev/harp-openshift"
},
"license":"MIT",
"files":[
"lib",
"LICENSE.md"
],
"keywords":[
"openshift",
"harp"
],
"dependencies":{
"harp":"~0.14.0",
"connect":"~2.9.0",
"compression":"~1.x"
},
"readmeFilename":"README.md"
}