-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
47 lines (47 loc) · 1.32 KB
/
package.json
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
45
46
47
{
"name": "nodegame",
"description": "Fast, scalable JavaScript for large-scale, online, multiplayer, real-time games and experiments.",
"version": "7.1.0",
"homepage": "http://nodegame.org",
"author": "Stefano Balietti <[email protected]>",
"contributors": [
{
"name": "Stefano Balietti",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/nodeGame/nodegame.git"
},
"engines": {
"node": ">= 10.0.0"
},
"dependencies": {
"nodegame-client": ">=7.1.0",
"nodegame-server": ">=7.0.3",
"nodegame-window": ">=7.0.0",
"nodegame-widgets": ">=7.0.2",
"nodegame-requirements": ">=7.0.0",
"nodegame-game-template": ">=7.0.0",
"nodegame-monitor": ">=7.0.0",
"nodegame-generator": ">=7.0.0",
"ultimatum-game": ">=7.0.0",
"nodegame-mturk": ">=7.0.0",
"JSUS": ">=1.1.0",
"NDDB": ">=3.0.2",
"nodegame-db": "*",
"nodegame-mongodb": "*",
"commander": "^7.0.0",
"fs-extra": "*",
"smoosh": "0.4.0"
},
"devDependencies": {
"mocha": ">= 0.3.0",
"should": "4.4.1"
},
"license": "MIT",
"scripts": {
"start": "node launcher.js"
}
}