nodegame-openshift
Version:
Prepares a nodeGame instance to run on the openshift cloud.
35 lines (34 loc) • 713 B
JSON
{
"name": "ultimatum-game",
"channelName": "ultimatum",
"description": "Plays an ultimatum game with nodegame",
"version": "2.0.0",
"author": {
"name": "Stefano Balietti",
"email": "sbalietti@ethz.ch",
"url": "http://www.nodegame.org"
},
"main": "./index.html",
"keywords": [
"nodegame",
"behavioral",
"ultimatum",
"game theory"
],
"repository": {
"type": "git",
"url": "git://github.com/nodegame/ultimatum.git"
},
"license": "MIT",
"devDependencies": {
"mocha": ">= 2.1.0",
"should": ">= 5.0.0"
},
"engines": {
"node": "*",
"nodegame": ">= 1.0.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha ./test/test.*.js"
}
}