UNPKG

nodegame-openshift

Version:

Prepares a nodeGame instance to run on the openshift cloud.

43 lines (42 loc) 1.17 kB
{ "name": "nodegame-openshift" , "description": "Prepares a nodeGame instance to run on the openshift cloud." , "version": "0.0.4" , "homepage": "http://nodegame.org" , "author": "Stefano Balietti <futur.dorko@gmail.com>" , "contributors": [ { "name": "Stefano Balietti", "email": "futur.dorko@gmail.com" } ] , "repository": { "type": "git" , "url": "https://github.com/nodeGame/nodegame-openshift.git" } , "keywords": [ "Openshift", "Node.js", "nodeGame", "cloud" ] , "engines": { "node": ">= 0.10.0" } , "dependencies" : { "commander": "*", "nodegame-client": "*", "nodegame-server": "*", "nodegame-window": "*", "nodegame-widgets": "*", "nodegame-requirements": "*", "nodegame-monitor": "*", "JSUS": "*", "NDDB": "*", "shelf.js": "*", "descil-mturk": "*", "nodegame-db": "*", "nodegame-mongodb": "*", "nodegame-generator": "*", "ultimatum-game": "*" } , "license": "MIT" , "scripts": { "main": "node launcher.js" } }