-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "nodegame-client",
"description": "nodeGame client for the browser and node.js",
"version": "7.1.0",
"homepage": "http://www.nodegame.org",
"keywords": [
"game",
"multiplayer",
"experiment",
"behavioral",
"real-time",
"synchronous"
],
"author": "Stefano Balietti <[email protected]>",
"contributors": [
{
"name": "Stefano Balietti",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/nodeGame/nodegame-client.git"
},
"dependencies": {
"socket.io-client": "4.1.3",
"commander": "^7.0.0",
"JSUS": "^1.1.0",
"NDDB": "^2.0.0",
"smoosh": "0.4.1",
"JSON": "1.0.0",
"shelf.js": ">=0.5.2"
},
"devDependencies": {
"mocha": ">=4.0.1",
"should": "8.4.0"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "make test",
"test-ci": "mocha test/"
}
}