UNPKG
nodegame-openshift
Version:
latest (0.0.4)
0.0.4
Prepares a nodeGame instance to run on the openshift cloud.
nodegame.org
nodeGame/nodegame-openshift
nodegame-openshift
/
games
/
ultimatum
/
views
/
contexts
/
en
/
ultimatum.js
7 lines
(6 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
function
(
) {
return
{
title
:
"Ultimatum"
,
loadingTheStage
:
"Loading the stage, please wait..."
}; };