-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 982 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 982 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
{
"name": "dictator-game",
"channelName": "dictator",
"description": "dictator game for nodeGame",
"version": "1.0.0",
"url": "https://github.com/nodeGame/dictator",
"card": {
"url": "https://github.com/nodeGame/dictator",
"wiki": "https://en.wikibooks.org/wiki/Bestiary_of_Behavioral_Economics/Dictator_Game",
"icon": "accessibility",
"description": "One player decides for both."
},
"author": "Stefano Balietti <ste@nodegame.org> (stefanobalietti.com)",
"license": "MIT",
"main": "public/index.htm",
"keywords": [
"nodegame",
"behavioral",
"dictator",
"game theory"
],
"repository": {
"type": "git",
"url": "git://github.com/nodegame/dictator.git"
},
"engines": {
"node": ">= 4.0.0",
"nodegame": ">= 4.0.0"
},
"homepage": "http://nodegame.org",
"bugs": {
"url": "https://github.com/nodegame/dictator/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}