forked from nodeGame/nodegame-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.22 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
45
46
{
"name": "nodegame-server"
, "description": "nodeGame server for the browser and node.js"
, "version": "0.9.0"
, "main" : "index.js"
, "homepage": "http://nodegame.org"
, "keywords": ["game", "multiplayers", "experiments", "socket.io", "node", "websockets"]
, "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-server.git"
}
, "dependencies": {
"express": ">= 2.5.9"
, "commander": ">= 1.0.0"
, "socket.io": "0.9.6"
, "nodemailer": "0.1.18"
, "nodegame-widgets": ">= 0.3.8"
, "smoosh": "0.4.0"
, "express": "2.5.8"
, "request": "2.11.1"
, "jade": "0.25.0"
, "JSON": "1.0.0"
, "docker": ">= 0.1.3"
, "JSUS": ">= 0.9.0"
, "NDDB": ">= 0.9.8"
, "shelf.js": ">= 0.3.7"
, "winston": "0.6.2"
}
, "devDependencies": {
"mocha": ">= 0.3.0",
"should": ">= 0.5.1",
"request": "2.9.153",
"socket.io-client": "0.9.6"
}
, "engines": { "node": ">= 0.8.0" }
, "licenses": [
{ "type": "MIT" }
]
, "scripts": {
"test": "make test"
}
}