-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
60 lines (60 loc) · 1.47 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "nodegame-server",
"description": "nodeGame server for the browser and node.js",
"version": "7.0.3",
"main": "index.js",
"homepage": "http://nodegame.org",
"keywords": [
"game",
"multiplayer",
"experiment",
"behavioral",
"socket.io",
"websockets"
],
"author": "Stefano Balietti <[email protected]>",
"contributors": [
{
"name": "Stefano Balietti",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/nodeGame/nodegame-server.git"
},
"dependencies": {
"archiver": "*",
"body-parser": "*",
"commander": "^7.0.0",
"cookie-parser": "*",
"cookie-session": "*",
"errorhandler": "*",
"express": "4.17.1",
"jade": "1.11.0",
"JSON": "1.0.0",
"jsonwebtoken": "8.5.1",
"JSUS": "^1.1.0",
"NDDB": "^3.0.0",
"nodegame-game-template": "*",
"nodegame-monitor": "*",
"request": "2.88.0",
"shelf.js": ">= 0.3.7",
"socket.io": "4.1.3",
"winston": "3.3.3"
},
"devDependencies": {
"cssnano": "^5.0.8",
"mocha": ">=4.0.1",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
"should": ">=13.1.3"
},
"engines": {
"node": ">= 10.0"
},
"license": "MIT",
"scripts": {
"test": "make test"
}
}