-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 783 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 783 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
35
36
37
38
{
"name": "nodegame-generator",
"description": "NodeGame' game generator",
"version": "7.0.0",
"author": "Stefano Balietti <futur.dorko@gmail.com>",
"keywords": [
"nodegame",
"boilerplate",
"template",
"cli",
"game",
"multiplayer",
"realtime"
],
"repository": "nodeGame/generator",
"license": "MIT",
"dependencies": {
"JSUS": "*",
"ansi-escapes": "^3.1.0",
"commander": "2.6.0",
"dictator": "*",
"fs-extra": "*",
"mkdirp": "0.5.0",
"nodegame-game-template": "*",
"ultimatum-game": "*"
},
"main": "bin/nodegame",
"preferGlobal": true,
"devDependencies": {
"eslint": "^5.5.0",
"jshint": "^2.9.6",
"mocha": "~2.1.0",
"should": "4.4.1"
},
"engines": {
"node": ">= 6.0.0"
}
}