nodegame-game-template
Version:
Template files for a standard nodeGame game
14 lines (13 loc) • 395 B
JSON
{
"name": "nodegame-game-template"
, "description": "Template files for a standard nodeGame game"
, "version": "7.0.3"
, "homepage": "http://nodegame.org"
, "keywords": ["nodegame", "template", "game"]
, "author": "Stefano Balietti <futur.dorko@gmail.com>"
, "devDependencies": {
"mocha": ">= 0.3.0",
"should": "4.4.1"
}
, "main": "index.js"
}