forked from nodeGame/nodegame
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 869 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 869 Bytes
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
{
"name": "nodegame"
, "description": "Pre-configured nodegame-server with game examples"
, "version": "0.4.0"
, "main" : "server.js"
, "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/Shakty/nodegame.git"
}
, "dependencies": {
"nodegame-server": ">= 0.2.6",
"nodegame-client": ">= 0.2.6",
"descil-mturk": ">= 0.0.1",
"commander": "1.0.0",
"mkdirp": "0.3.2",
"NDDB": ">= 0.5.9",
"request": "2.11.4"
}
, "engines": { "node": ">= 0.6.11" }
, "licenses": [
{ "type": "MIT" }
]
, "bin": {
"nodegame": "./bin/nodegame"
}
, "scripts": {
"start": "node server.js"
}
}