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
/
de
/
ultimatum.js
7 lines
(6 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
function
(
settings, headers
) {
return
{
"title"
:
"Ultimatum"
,
"loadingTheStage"
:
"Lade Stufe. Bitte warten..."
}; };