-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "nodegame-heroku"
, "description": "Prepares a nodeGame instance to run on the heroku cloud."
, "version": "4.3.0"
, "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-heroku.git"
}
, "keywords": [
"Heroku",
"nodeGame",
"cloud"
]
, "engines": { "node": ">= 6.0.0" }
, "dependencies" : {
"commander": "*",
"fs-extra": "*",
"smoosh": "0.4.0",
"nodegame-client": "*",
"nodegame-server": "git://github.com/nodegame/nodegame-server.git#nophantom",
"nodegame-window": "*",
"nodegame-widgets": "*",
"nodegame-requirements": "*",
"nodegame-monitor": "*",
"JSUS": "*",
"NDDB": "*",
"shelf.js": "*",
"nodegame-mturk": "*",
"nodegame-db": "*",
"nodegame-mongodb": "*",
"nodegame-generator": "*",
"nodegame-game-template": "*",
"ultimatum-game": "*"
}
, "license": "MIT"
, "scripts": {
"start": "node launcher.js"
}
}